unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 11 Nov 2016 15:14:31 +0000 (15:14 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 11 Nov 2016 15:14:31 +0000 (15:14 +0000)
commitc280da82512dbd1106a02fb64e69fdd33f7e41ea
tree062b10a97d381e2cff8dc25d82c8c30ae6b81635
parent83960a35907b54ef851ea1d688cf2185e9ac75eb
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