diff options
author | Frank Busse <bb0xfb@gmail.com> | 2019-03-07 13:06:27 +0000 |
---|---|---|
committer | Cristian Cadar <c.cadar@imperial.ac.uk> | 2019-03-07 16:57:42 +0000 |
commit | b4d8fe0301b82e8abff0336bf6d1347dff11a853 (patch) | |
tree | 42d4d935c4aa63ceb618cbfcd6aad9bcffe14201 /test/lit.site.cfg.in | |
parent | 77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff) | |
download | klee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz |
tests: rename xxclang to clangxx
Diffstat (limited to 'test/lit.site.cfg.in')
-rw-r--r-- | test/lit.site.cfg.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lit.site.cfg.in b/test/lit.site.cfg.in index 7f9acfc5..3367a909 100644 --- a/test/lit.site.cfg.in +++ b/test/lit.site.cfg.in @@ -15,7 +15,7 @@ config.llvm_version_minor = "@LLVM_VERSION_MINOR@" # Compilers config.clang = "@LLVMCC@" -config.xxclang = "@LLVMCXX@" +config.clangxx = "@LLVMCXX@" config.cc = "@NATIVE_CC@" config.cxx = "@NATIVE_CXX@" |