]> granicus.if.org Git - clang/commitdiff
Add -no-canonical-prefixes to tests which assert on the name of the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 13 Apr 2011 22:28:36 +0000 (22:28 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 13 Apr 2011 22:28:36 +0000 (22:28 +0000)
built clang binary that is used by the test. Build systems that use
symlinks for build outputs will fail these assertions otherwise.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129482 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/cc-log-diagnostics.c
test/Driver/cc-print-options.c

index f9feb86c279cb350270a8c3e836974ae8a23442e..a70686ad615a3b4ed03e847678f2ded6c907455e 100644 (file)
@@ -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() {}
index 7b798cb08a85d99392fcb9c776a4885829c1a91f..77dd0fef5f983c8b1ca6524987d32f4561303199 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: env CC_PRINT_OPTIONS=1 \
 // RUN:     CC_PRINT_OPTIONS_FILE=%t.log \
-// RUN: %clang -S -o %t.s %s
+// RUN: %clang -no-canonical-prefixes -S -o %t.s %s
 // RUN: FileCheck %s < %t.log
 
 // CHECK: [Logging clang options]{{.*}}clang{{.*}}"-S"