[PATCH] D41660: [cmake] Add new linux toolchain file
Shoaib Meenai via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 2 01:54:56 PST 2018
smeenai added a comment.
Why is this a cache file rather than a toolchain file (but passing itself as a toolchain file to CMake under some circumstances?) Aren't toolchain files traditionally used for cross-compilation?
================
Comment at: cmake/caches/linux-toolchain.cmake:20
+# of other sub-projects on the host system, but fail because they
+# don't specify NO_CMAKE_FIND_ROOT_PATH. The following pathes are
+# reqired to build these projects:
----------------
Typo: patches
Repository:
rC Clang
https://reviews.llvm.org/D41660
More information about the cfe-commits
mailing list