Add linux toolchain file.
This toolchain file is needed to cross-compile clang+llvm for Linux on
Darwin.
Differential D41828
[cmake] Add linux toolchain file. AbandonedPublic Authored by hintonda on Jan 8 2018, 11:40 AM.
Details
Diff Detail
Event Timelinehintonda added parent revisions: D41621: [cmake] [libunwind] Fix find_path() problems when cross compiling, D41622: [cmake] [libcxx] Fix find_path() problems when cross compiling., D41623: [cmake] [libcxxabi] Fix find_path() problems when cross compiling, D41806: [cmake] Don't build Native llvm-config when cross compiling if passed by user..Jan 8 2018, 11:48 AM Comment Actions After working through most of the known issues listed in the file, as well as additional ones that came up during testing, a separate toolchain file is no longer needed for cross compiling clang+llvm on darwin targeting linux. See D41829 for details.
Revision Contents
Diff 129029 cmake/platforms/Linux.cmake
|