From 531ec1e7a2330a76ef7168167f42440cc88fbfd5 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Wed, 18 Jul 2007 04:37:24 +0000 Subject: [PATCH] Fix this test to not rely on the path but to use the configured llvm-gcc instead. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39992 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CFrontend/2007-06-18-SextAttrAggregate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CFrontend/2007-06-18-SextAttrAggregate.c b/test/CFrontend/2007-06-18-SextAttrAggregate.c index e5e7fc45ce5..2ba61fff76f 100644 --- a/test/CFrontend/2007-06-18-SextAttrAggregate.c +++ b/test/CFrontend/2007-06-18-SextAttrAggregate.c @@ -1,4 +1,4 @@ -// RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext} +// RUN: %llvmgcc %s -o - -S -emit-llvm -O3 | grep {i8 sext} // PR1513 struct s{ -- 2.34.1