unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 9 Aug 2018 08:06:11 +0000 (09:06 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 9 Aug 2018 08:06:11 +0000 (09:06 +0100)
commit652c7773c28153688233b9a99785caa1b94be2b4
treecb758fee3f108f92a0883ed0d663e5e14393ab56
parentd76d5b38114cfe89e4c7800ffff45086b9dc6ab9
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