unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Sat, 12 Aug 2017 09:38:36 +0000 (10:38 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 12 Aug 2017 09:38:36 +0000 (10:38 +0100)
commit91a9e3a1f6e8ad01de6543e622fca67a7a99a502
tree08b83a27b9c488df5aecc3e15e38da14ee723d01
parent271b2f6dd59d2a068bd217fe32ab5bd77978840e
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