unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 28 Oct 2021 14:45:49 +0000 (15:45 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 28 Oct 2021 14:45:49 +0000 (15:45 +0100)
commitec3f9fa61bc6934e1faccdcad311c0f54b0107b6
tree689b88c619807f86ee6d513499a7544b69ad3ed1
parent8dac241adf8a474abadfce3c4b58bd1aca2fd68a
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