From a7773f719ec0d68e08a014cb6b229e7533f22ee2 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 13 Apr 2011 22:28:36 +0000 Subject: Add -no-canonical-prefixes to tests which assert on the name of the built clang binary that is used by the test. Build systems that use symlinks for build outputs will fail these assertions otherwise. llvm-svn: 129482 --- clang/test/Driver/cc-log-diagnostics.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/Driver/cc-log-diagnostics.c') diff --git a/clang/test/Driver/cc-log-diagnostics.c b/clang/test/Driver/cc-log-diagnostics.c index f9feb86c279..a70686ad615 100644 --- a/clang/test/Driver/cc-log-diagnostics.c +++ b/clang/test/Driver/cc-log-diagnostics.c @@ -1,7 +1,7 @@ // RUN: env RC_DEBUG_OPTIONS=1 \ // RUN: CC_LOG_DIAGNOSTICS=1 \ // RUN: CC_LOG_DIAGNOSTICS_FILE=%t.log \ -// RUN: %clang -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only %s +// RUN: %clang -no-canonical-prefixes -ccc-host-triple x86_64-apple-darwin10 -fsyntax-only %s // RUN: FileCheck %s < %t.log int f0() {} -- cgit v1.2.3