unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 9 Jan 2017 20:24:17 +0000 (20:24 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 9 Jan 2017 20:24:17 +0000 (20:24 +0000)
commitef6d7c708829330a1f34ae45b34e4df20b2c7271
tree84b7c46fcd5cb6fa951f1bac85a465f80c014522
parent7af99c401fdbe5a98ba27409f13c29bf61b93ffe
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