unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 17 Aug 2018 06:49:22 +0000 (07:49 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 17 Aug 2018 06:49:22 +0000 (07:49 +0100)
commit7db00fa5c8f24bd7ae657db1848d2dad971589cc
tree29513002bc761707036cfa9f75e5384ddf822e81
parent9962e3db5fb40ce9447dfa1ea9329650d727cb51
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