[clang] Reapply "[Driver][OHOS] Fix lld link issue for OHOS (#118192)" (PR #120159)
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 2 06:12:59 PST 2025
nico wrote:
Here's a command you can use to reproduce this:
```
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON -DLLVM_ENABLE_PROJECTS='clang;lld;compiler-rt' -DLLVM_APPEND_VC_REV=NO -DLLVM_TARGETS_TO_BUILD='X86' -DLLVM_ENABLE_PER_TARGET_RUNTIME_DIR=OFF ../llvm-project/llvm
```
```
$ time ninja check-clang
```
https://github.com/llvm/llvm-project/pull/120159
More information about the cfe-commits
mailing list