r362836 - Relax test so that the clang binary doesn't need to be named "clang".
Peter Collingbourne via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 13:26:47 PDT 2019
Author: pcc
Date: Fri Jun 7 13:26:47 2019
New Revision: 362836
URL: http://llvm.org/viewvc/llvm-project?rev=362836&view=rev
Log:
Relax test so that the clang binary doesn't need to be named "clang".
Modified:
cfe/trunk/test/Driver/symbol-partition.c
Modified: cfe/trunk/test/Driver/symbol-partition.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/symbol-partition.c?rev=362836&r1=362835&r2=362836&view=diff
==============================================================================
--- cfe/trunk/test/Driver/symbol-partition.c (original)
+++ cfe/trunk/test/Driver/symbol-partition.c Fri Jun 7 13:26:47 2019
@@ -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'
More information about the cfe-commits
mailing list