unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 8 Jul 2020 08:49:26 +0000 (09:49 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Wed, 8 Jul 2020 08:49:26 +0000 (09:49 +0100)
commitf26cef99c590701002ad3b46629f3bf7890ade78
treef39b1010c02526f5f27911075f64d3596a750f19
parent222f2e0388107cabc964bcd9633563866abb3f26
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