unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 20 Nov 2022 05:54:23 +0000 (05:54 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sun, 20 Nov 2022 05:54:23 +0000 (05:54 +0000)
commitcd6b61ca8e7f2ab848d84259484e9f0bd53bbf5c
tree302ef6be2a215e32db3543cff5b35fc6c567c1b1
parentab8587634b15c1ae760b9b9e60ab97f345609b6f
unwind-chain-inclusion

# Without this patch, the first local include of unwind.h might, with the
# __has_include_next, try to include the one from the system.
# It might be /usr/include/clang/3.4/include/unwind.h
# Because of the #ifndef __CLANG_UNWIND_H, it might never include any declaration
# from the system.

Gbp-Pq: Name unwind-chain-inclusion.diff
clang/lib/Headers/unwind.h