unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 2 Mar 2018 12:28:19 +0000 (12:28 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 2 Mar 2018 12:28:19 +0000 (12:28 +0000)
commit9f5182b85e305d60ec5259b5c83f5a0a1c40a38b
tree7a8530e2bd0a08460823eda0a8aab9ead91ee17a
parentf90c1c6d31d9e6b007528acefb56a99baaba5b03
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