summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/dragonfly.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/dragonfly.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/dragonfly.c')
-rw-r--r--clang/test/Driver/dragonfly.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/dragonfly.c b/clang/test/Driver/dragonfly.c
index 1a83f6c7f16..8a629da817a 100644
--- a/clang/test/Driver/dragonfly.c
+++ b/clang/test/Driver/dragonfly.c
@@ -1,4 +1,4 @@
-// RUN: %clang -target amd64-pc-dragonfly %s -### 2> %t.log
+// RUN: %clang -no-canonical-prefixes -target amd64-pc-dragonfly %s -### 2> %t.log
// RUN: FileCheck -input-file %t.log %s
// CHECK: clang{{.*}}" "-cc1" "-triple" "amd64-pc-dragonfly"
OpenPOWER on IntegriCloud