about summary refs log tree commit diff homepage
path: root/test/Runtime/FreeStanding/freestanding_only.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime/FreeStanding/freestanding_only.c')
-rw-r--r--test/Runtime/FreeStanding/freestanding_only.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Runtime/FreeStanding/freestanding_only.c b/test/Runtime/FreeStanding/freestanding_only.c
index cb4c0fcb..0f03c84c 100644
--- a/test/Runtime/FreeStanding/freestanding_only.c
+++ b/test/Runtime/FreeStanding/freestanding_only.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm %O0opt -g -c  -D_FORTIFY_SOURCE=0 -o %t2.bc
+// RUN: %clang %s -emit-llvm %O0opt -g -c  -D_FORTIFY_SOURCE=0 -o %t2.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t2.bc 2> %t.log
 // RUN: FileCheck %s --input-file=%t.log