We set lld as the default linker on non-Darwin platforms, but we still
need to set -fuse-ld=lld explicitly in to support cross-compiling Linux
runtimes on Darwin.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D54026
[CMake][Fuchsia] Set -fuse-ld=lld explicitly for Linux runtimes ClosedPublic Authored by phosek on Nov 2 2018, 12:05 AM.
Details Summary We set lld as the default linker on non-Darwin platforms, but we still
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 2 2018, 11:20 AM Comment Actions
Agreed, although that'll require non-trivial driver changes. Closed by commit rL346056: [CMake][Fuchsia] Set -fuse-ld=lld explicitly for Linux runtimes (authored by phosek). · Explain WhyNov 2 2018, 4:51 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 172468 cfe/trunk/cmake/caches/Fuchsia-stage2.cmake
|