From 77c1bfbb3b4d88dfcf92b77791fe170899d84b85 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Thu, 7 Mar 2019 09:53:03 +0000 Subject: Renamed %llvmgcc and %llvmgxx to %clang and %clangxx respectively. --- test/Feature/ExprLogging.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/ExprLogging.c') diff --git a/test/Feature/ExprLogging.c b/test/Feature/ExprLogging.c index 142c4167..70aaa49b 100644 --- a/test/Feature/ExprLogging.c +++ b/test/Feature/ExprLogging.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t1.bc +// RUN: %clang %s -emit-llvm -g %O0opt -c -o %t1.bc // We disable the cex-cache to eliminate nondeterminism across different solvers, in particular when counting the number of queries in the last two commands // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --use-cex-cache=false --use-query-log=all:kquery,all:smt2,solver:kquery,solver:smt2 --write-kqueries --write-cvcs --write-smt2s %t1.bc 2> %t2.log -- cgit v1.2.3