[PATCH] D38741: [lit] Add host_cxx to lit config

Francis Ricci via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 10:54:03 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL315338: [lit] Add host_cxx to lit config (authored by fjricci).

Repository:
  rL LLVM

https://reviews.llvm.org/D38741

Files:
  cfe/trunk/test/lit.site.cfg.py.in


Index: cfe/trunk/test/lit.site.cfg.py.in
===================================================================
--- cfe/trunk/test/lit.site.cfg.py.in
+++ cfe/trunk/test/lit.site.cfg.py.in
@@ -14,6 +14,7 @@
 config.clang_tools_dir = "@CLANG_TOOLS_DIR@"
 config.host_triple = "@LLVM_HOST_TRIPLE@"
 config.target_triple = "@TARGET_TRIPLE@"
+config.host_cxx = "@CMAKE_CXX_COMPILER@"
 config.llvm_use_sanitizer = "@LLVM_USE_SANITIZER@"
 config.have_zlib = @HAVE_LIBZ@
 config.clang_arcmt = @CLANG_ENABLE_ARCMT@


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38741.118427.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171010/b45e7e81/attachment.bin>


More information about the llvm-commits mailing list