From 85890113ee5ed22c885e52b51f2f532c30201c96 Mon Sep 17 00:00:00 2001 From: Peter Collingbourne Date: Fri, 7 Jun 2019 20:26:47 +0000 Subject: [PATCH] Relax test so that the clang binary doesn't need to be named "clang". git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362836 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Driver/symbol-partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/symbol-partition.c b/test/Driver/symbol-partition.c index 9556faf15d..208fc6073c 100644 --- a/test/Driver/symbol-partition.c +++ b/test/Driver/symbol-partition.c @@ -2,4 +2,4 @@ // RUN: %clang -### -target x86_64-pc-win32 -c -fsymbol-partition=foo %s 2>&1 | FileCheck --check-prefix=ERROR %s // CHECK: "-fsymbol-partition=foo" -// ERROR: clang: error: unsupported option '-fsymbol-partition=foo' for target 'x86_64-pc-windows-msvc' +// ERROR: error: unsupported option '-fsymbol-partition=foo' for target 'x86_64-pc-windows-msvc' -- 2.50.1