unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 23 Jan 2020 09:17:54 +0000 (09:17 +0000)
committerGianfranco Costamagna <locutusofborg@debian.org>
Thu, 23 Jan 2020 09:17:54 +0000 (09:17 +0000)
commite93c49e41e9d86dcaed62133e76cf9c84804c711
tree086e87f8163a883efd971bc0d57f538a1a5f914a
parent3bcd592c8fcc37c9f0394f8fad1c47611bfe3dbc
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