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/regression/2016-11-24-bitcast-weak-alias.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/regression/2016-11-24-bitcast-weak-alias.c') diff --git a/test/regression/2016-11-24-bitcast-weak-alias.c b/test/regression/2016-11-24-bitcast-weak-alias.c index d420ac52..8fffa4a5 100644 --- a/test/regression/2016-11-24-bitcast-weak-alias.c +++ b/test/regression/2016-11-24-bitcast-weak-alias.c @@ -1,5 +1,5 @@ // REQUIRES: not-darwin -// RUN: %llvmgcc %s -Wall -emit-llvm -g %O0opt -c -o %t.bc +// RUN: %clang %s -Wall -emit-llvm -g %O0opt -c -o %t.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out -exit-on-error -search=nurs:covnew %t.bc DUMMY_ARG >%t1.log 2>&1 // RUN: FileCheck -input-file=%t1.log %s -- cgit 1.4.1