unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 12 Nov 2019 13:12:48 +0000 (13:12 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 12 Nov 2019 13:12:48 +0000 (13:12 +0000)
commit5ff3e4f5497358ed3d15c26d10b2b04d4afab9c5
treeda7043e297e77472ae395bd1f857603329932426
parentd981e5ef64083c50663c9f33005e6e157e222382
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