about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2010-10-22 18:21:33 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2010-10-22 18:21:33 +0000
commit6eb57ddfb5aaa1ec2d7d2a695f8555649e33aa4b (patch)
treead5843f4a16b2fd024e365357c233b8a8fd77d79 /test
parentcf3e9642899d901c650b5626d7d087362849bf05 (diff)
downloadklee-6eb57ddfb5aaa1ec2d7d2a695f8555649e33aa4b.tar.gz
Use %llvmgxx to compile a .cpp file
git-svn-id: https://llvm.org/svn/llvm-project/klee/trunk@117118 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Feature/CallToUndefinedExternal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/CallToUndefinedExternal.cpp b/test/Feature/CallToUndefinedExternal.cpp
index 2f11f29d..84b5a3b4 100644
--- a/test/Feature/CallToUndefinedExternal.cpp
+++ b/test/Feature/CallToUndefinedExternal.cpp
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm -g -c -o %t1.bc
+// RUN: %llvmgxx %s -emit-llvm -g -c -o %t1.bc
 // RUN: %klee %t1.bc
 // RUN: test -f klee-last/test000001.external.err