[PATCH] D59032: Passthrough compiler launcher
JF Bastien via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 6 12:35:11 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC355547: Passthrough compiler launcher (authored by jfb, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59032?vs=189537&id=189563#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59032/new/
https://reviews.llvm.org/D59032
Files:
CMakeLists.txt
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -666,6 +666,8 @@
LLVM_VERSION_SUFFIX
LLVM_BINUTILS_INCDIR
CLANG_REPOSITORY_STRING
+ CMAKE_C_COMPILER_LAUNCHER
+ CMAKE_CXX_COMPILER_LAUNCHER
CMAKE_MAKE_PROGRAM
CMAKE_OSX_ARCHITECTURES
LLVM_ENABLE_PROJECTS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59032.189563.patch
Type: text/x-patch
Size: 371 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190306/9ebd22f9/attachment.bin>
More information about the cfe-commits
mailing list