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/Concrete/_testingUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Concrete') diff --git a/test/Concrete/_testingUtils.c b/test/Concrete/_testingUtils.c index ef99f908..fa395820 100644 --- a/test/Concrete/_testingUtils.c +++ b/test/Concrete/_testingUtils.c @@ -1,4 +1,4 @@ -// RUN: %llvmgcc -D_TESTINGUTILS_TEST %s -o %t +// RUN: %clang -D_TESTINGUTILS_TEST %s -o %t // RUN: %t | FileCheck %s #include -- cgit 1.4.1