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/CXX/StaticDestructor.cpp | |
parent | 77c1bfbb3b4d88dfcf92b77791fe170899d84b85 (diff) | |
download | klee-b4d8fe0301b82e8abff0336bf6d1347dff11a853.tar.gz |
tests: rename xxclang to clangxx
Diffstat (limited to 'test/CXX/StaticDestructor.cpp')
-rw-r--r-- | test/CXX/StaticDestructor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CXX/StaticDestructor.cpp b/test/CXX/StaticDestructor.cpp index 4ea857c1..f2400029 100644 --- a/test/CXX/StaticDestructor.cpp +++ b/test/CXX/StaticDestructor.cpp @@ -1,6 +1,6 @@ // don't optimize this, llvm likes to turn the *p into unreachable -// RUN: %xxclang %s -emit-llvm -g %O0opt -c -o %t1.bc +// RUN: %clangxx %s -emit-llvm -g %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --optimize=false --libc=klee --no-output %t1.bc 2> %t1.log // RUN: FileCheck --input-file %t1.log %s |