unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sun, 21 Apr 2019 20:55:47 +0000 (21:55 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Sun, 21 Apr 2019 20:55:47 +0000 (21:55 +0100)
commitd50bf3cf8251fdb769589e4f4c23c5284a9a13f6
treec0245a94a8ffbeeba753878b43b0746853177501
parent2afe85dd7f49c92ab8f2acfdbce6996fadb42ce3
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