unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 12 Mar 2017 09:01:10 +0000 (09:01 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 12 Mar 2017 09:01:10 +0000 (09:01 +0000)
commitca68b732776a7379a4803ad088d0b6f6ad9bdf09
tree262afafcbdc067b53c4beeb23b4f14b3799497ca
parent0abd009a74aca56fac92fb261d40230dba8d4f09
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