unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 17 Oct 2018 09:00:09 +0000 (10:00 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 17 Oct 2018 09:00:09 +0000 (10:00 +0100)
commit59577672f010905264bfcbd45bebcd012d61405f
tree62c22245fbaef7e6b76230404b7bceb1dbf5f887
parentdb7f8fef3225890e577b5987737d33878370782d
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