summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/openbsd.c
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-24 01:55:55 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-24 01:55:55 +0000
commit7a8c477f2a24ddc32e480e2e2f58de76486df5b2 (patch)
tree6d2f61898a5500dc98b08319042a17a7b0fb262c /clang/test/Driver/openbsd.c
parentd0077903d0f27ab62fe3bf776968e2d863de88c4 (diff)
downloadbcm5719-llvm-7a8c477f2a24ddc32e480e2e2f58de76486df5b2.tar.gz
bcm5719-llvm-7a8c477f2a24ddc32e480e2e2f58de76486df5b2.zip
Make driver tests more resilient to output trees containing symlinks --
the tests are making assertions about the name of the clang binary, so we should ensure that the name is as stable as possible. llvm-svn: 148767
Diffstat (limited to 'clang/test/Driver/openbsd.c')
-rw-r--r--clang/test/Driver/openbsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/openbsd.c b/clang/test/Driver/openbsd.c
index 65f4574eccd..911c452c6c1 100644
--- a/clang/test/Driver/openbsd.c
+++ b/clang/test/Driver/openbsd.c
@@ -1,4 +1,4 @@
-// RUN: %clang -ccc-clang-archs "" -target i686-pc-openbsd %s -### 2> %t.log
+// RUN: %clang -no-canonical-prefixes -ccc-clang-archs "" -target i686-pc-openbsd %s -### 2> %t.log
// RUN: FileCheck -input-file %t.log %s
// CHECK: clang{{.*}}" "-cc1" "-triple" "i686-pc-openbsd"
OpenPOWER on IntegriCloud