Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hack around change to
clang -print-runtime-dir
`clang -print-runtime-dir` reports a non-existent directory as we build with `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF`. See llvm/llvm-project#102834. I suspect llvm/llvm-project@b6a1473 caused the change by chaning the code in Driver.cpp to not check whether the printed directory existed.
- Loading branch information