diff options
Diffstat (limited to 'test/Feature/Atomic.c')
-rw-r--r-- | test/Feature/Atomic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/Atomic.c b/test/Feature/Atomic.c index 8b729de7..a7a8e340 100644 --- a/test/Feature/Atomic.c +++ b/test/Feature/Atomic.c @@ -1,5 +1,5 @@ // REQUIRES: geq-llvm-3.7 -// RUN: %llvmgcc %s -emit-llvm -g -c -o %t.bc +// RUN: %clang %s -emit-llvm -g -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t.bc 2>%t.log // RUN: cat %t.klee-out/assembly.ll | FileCheck %s |