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/SourceMapping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/SourceMapping.c') diff --git a/test/Feature/SourceMapping.c b/test/Feature/SourceMapping.c index aa849c5f..30a9c2a8 100644 --- a/test/Feature/SourceMapping.c +++ b/test/Feature/SourceMapping.c @@ -1,7 +1,7 @@ // Check that we properly associate instruction level statistics with source // file and line. // -// RUN: %llvmgcc %s -emit-llvm -g %O0opt -c -o %t1.bc +// RUN: %clang %s -emit-llvm -g %O0opt -c -o %t1.bc // RUN: rm -rf %t.klee-out // RUN: %klee --output-dir=%t.klee-out --exit-on-error %t1.bc // RUN: FileCheck < %t.klee-out/run.istats %s -- cgit 1.4.1