unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 24 Apr 2018 21:24:44 +0000 (22:24 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 24 Apr 2018 21:24:44 +0000 (22:24 +0100)
commitddea45085ea4b5d6e1817e626fc85b9602234c95
tree76aba2cd6d1bc5d5d90edbc89d2f31653a758310
parent70b494f46d6081d8a4e42ffa254df68c9d3e8974
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