[PATCH] D118964: Fix broken 2-stage build when -tblgen tools may depend on runpath that is not yet built
Arcadiy Ivanov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 4 06:09:00 PST 2022
arcivanov added a comment.
So this change is insufficient as additional tools (lldb-tblgen and clang-ast-dump) will fail thereafter.
Since all those tools depend on libc++ being available for stage2-bins, the libc++ needs to be built on stage two (along with unwind and compiler-rt in my case).
The way I've tried to fix above is treating the symptom and not the cause.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118964/new/
https://reviews.llvm.org/D118964
More information about the cfe-commits
mailing list