unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Fri, 13 Oct 2017 19:20:24 +0000 (20:20 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Fri, 13 Oct 2017 19:20:24 +0000 (20:20 +0100)
commita1e4355faa34a52f327e90b84cde68d642d9701e
tree73322b232d8bf0b167d4982a832b1ce4d59800a2
parent6d5028b8b2feb4e8acd58332d24d09105bf842dd
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