unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 9 Dec 2017 18:56:52 +0000 (18:56 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 9 Dec 2017 18:56:52 +0000 (18:56 +0000)
commit1a6264a7401a7c2329a30e54361497486a243608
treedb84bd4b9c56a65078957374fb84441255df8e43
parentca2a5e1e3045204e49f899c63e189e77d5b9b482
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