[PATCH] D84559: [compiler-rt][cmake] Don't pass --version-script to Illumos ld

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 29 04:56:07 PDT 2020


ro added a comment.

In D84559#2181226 <https://reviews.llvm.org/D84559#2181226>, @ro wrote:

> 



> Works for me just fine.  I even tried a 2-stage build with `-DLLVM_ENABLE_LLD=On` in `CLANG_BOOTSTRAP_PASSTHROUGH`, but that
> consistently fails during the stage 2 `cmake` run:

[...]

> which is really weird given that the same command works just fine if repeated manually.  This might be related to @MaskRay 's recent
> `-fuse-ld` changes.

Scratch that: pilot error.  I didn't have `lld` in system paths and the script I use to run llvm builds didn't include the full llvm-10 bin directory
in `PATH`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D84559



More information about the llvm-commits mailing list