unwind-chain-inclusion
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Tue, 16 Oct 2018 20:18:39 +0000 (21:18 +0100)
committerSamuel Thibault <sthibault@debian.org>
Tue, 16 Oct 2018 20:18:39 +0000 (21:18 +0100)
commit40874800a8821b46b0efe7397a051087f82f213c
tree2d5b047c76f28e04a2f151863ff53253abb4d4ad
parent46d14c9426aa5c049e64af291e143dabb3979c7c
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