Skip to content

Commit

Permalink
[lit] Add host_cxx to lit config
Browse files Browse the repository at this point in the history
Summary: This is required to get the clang version for sanitized builds.

Reviewers: zturner

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D38741

llvm-svn: 315338
  • Loading branch information
fjricci committed Oct 10, 2017
1 parent 5776f26 commit 00284d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/test/lit.site.cfg.py.in
Expand Up @@ -14,6 +14,7 @@ config.clang_src_dir = "@CLANG_SOURCE_DIR@"
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@
Expand Down

0 comments on commit 00284d9

Please sign in to comment.