about summary refs log tree commit diff homepage
path: root/test/Feature/ubsan_signed_overflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/ubsan_signed_overflow.c')
-rw-r--r--test/Feature/ubsan_signed_overflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/ubsan_signed_overflow.c b/test/Feature/ubsan_signed_overflow.c
index f4636c33..ced2ca06 100644
--- a/test/Feature/ubsan_signed_overflow.c
+++ b/test/Feature/ubsan_signed_overflow.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -fsanitize=signed-integer-overflow -emit-llvm -g %O0opt -c -o %t.bc
+// RUN: %clang %s -fsanitize=signed-integer-overflow -emit-llvm -g %O0opt -c -o %t.bc
 // RUN: rm -rf %t.klee-out
 // RUN: %klee --output-dir=%t.klee-out %t.bc 2>&1 | FileCheck %s