unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Thu, 28 Feb 2019 12:50:21 +0000 (12:50 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Thu, 28 Feb 2019 12:50:21 +0000 (12:50 +0000)
commit58c61e9d75a0ce4214dfa83b4527c5d7581bdcbb
treeef31af8cb9e477dbe604f6a8ebc3f1ef1d9f581b
parentbb6f2ac949f73c6d2c728ff605351f97218242d5
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