[PATCH] D118738: [BOLT] Add ld.lld substitution

Amir Ayupov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 16:33:37 PST 2022


Amir added a comment.

In D118738#3298324 <https://reviews.llvm.org/D118738#3298324>, @yota9 wrote:

> 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

Right. It's likely no such file actually exists and the tool has a suffix (/usr/bin/ld.lld-13).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118738/new/

https://reviews.llvm.org/D118738



More information about the llvm-commits mailing list