When cross-compiling the second stage to a different target, we need to
make sure that the first-stage compiler can produce binaries for that
target. Using lld and llvm-objcopy as the default linker and objcopy
tool eliminates some of the dependencies on the host toolchain.
Details
Details
- Reviewers
juliehockett mcgrathr jakehehrlich alexander-shaposhnikov - Commits
- rG4fd065a4ac4b: [CMake] Use lld and llvm-objcopy for first stage compiler in Fuchsia
rC347108: [CMake] Use lld and llvm-objcopy for first stage compiler in Fuchsia
rL347108: [CMake] Use lld and llvm-objcopy for first stage compiler in Fuchsia
Diff Detail
Diff Detail
- Repository
- rC Clang