[PATCH] D118964: Fix broken 2-stage build when -tblgen tools may depend on runpath that is not yet built

2022-02-04 Thread Arcadiy Ivanov via Phabricator via cfe-commits
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).

[PATCH] D118964: Fix broken 2-stage build when -tblgen tools may depend on runpath that is not yet built

2022-02-03 Thread Arcadiy Ivanov via Phabricator via cfe-commits
arcivanov created this revision. arcivanov added reviewers: LLVM, clang. arcivanov added projects: clang, LLVM. Herald added a subscriber: mgorny. arcivanov requested review of this revision. Herald added a subscriber: cfe-commits. In my case `-tblgen` tools in the **second stage** end up being bu