unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 30 Nov 2022 14:31:52 +0000 (14:31 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 30 Nov 2022 14:31:52 +0000 (14:31 +0000)
commitbd55f10082030390c54c2a6b671c14dbd213adc3
tree1e1adbfa2514e5a7965f2ac25b801cf9a23114a6
parentdb0022b7b8151cba4d96bf8aa281c47a29e1aeb8
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