summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-07-10 09:01:35 +0000
committerDan Gohman <gohman@apple.com>2010-07-10 09:01:35 +0000
commit30933b3bdbd546c54a6b7aacdce62849b46336d3 (patch)
tree96fa7fc1bd8e613278eee878923776223d9cd6f5
parent367b65b56e3ab52e7870058ddad033c031abe912 (diff)
downloadbcm5719-llvm-30933b3bdbd546c54a6b7aacdce62849b46336d3.tar.gz
bcm5719-llvm-30933b3bdbd546c54a6b7aacdce62849b46336d3.zip
Add an explicit triple to make this test behave consistently.
llvm-svn: 108041
-rw-r--r--llvm/test/FrontendC/2010-06-28-DbgEntryPC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-06-28-DbgEntryPC.c b/llvm/test/FrontendC/2010-06-28-DbgEntryPC.c
index 61b4addd219..76a6b513b0e 100644
--- a/llvm/test/FrontendC/2010-06-28-DbgEntryPC.c
+++ b/llvm/test/FrontendC/2010-06-28-DbgEntryPC.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 | FileCheck %s
+// RUN: %llvmgcc -S -O2 -g %s -o - | llc -O2 -mtriple=i386-apple-darwin | FileCheck %s
// Use DW_FORM_addr for DW_AT_entry_pc.
// Radar 8094785
OpenPOWER on IntegriCloud