Register ld.lld substition (tests were failing)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It seems to be that
llvm_config.use_lld()
Should be enough to satisfy the test system :)
Comment Actions
AFAIU The build failure is still related to this change:
/var/lib/buildkite-agent/builds/llvm-project/build/tools/bolt/test/X86/Output/gdbindex.test.script: line 3: /usr/bin/ld.lld: No such file or directory
Comment Actions
Right. It's likely no such file actually exists and the tool has a suffix (/usr/bin/ld.lld-13).