unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Wed, 27 Jun 2018 14:24:20 +0000 (15:24 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Wed, 27 Jun 2018 14:24:20 +0000 (15:24 +0100)
commit2ad195dcac5df1835eca10c803623d5c0942556e
treee077a9090a0a26cbdf2b60619ff9a7fd019e567c
parent2b6a02d6278daceb287faf06769f6a58a99beb79
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