[PATCH] D135663: [libunwind] Install the headers by default
Sergei Barannikov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 12 11:25:39 PDT 2023
barannikov88 added a comment.
clang's unwind.h also gets installed and is found first when included from a source file (and it includes_next the libunwind's version, but only for apple platforms).
Not sure I understand the logic, may it be somehow related to the fact that clang driver supports different unwind libraries?
Either way, installing libunwind's header by default does not update clang's version, so the issue persists.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135663/new/
https://reviews.llvm.org/D135663
More information about the llvm-commits
mailing list