diff options
| author | Dan Gohman <gohman@apple.com> | 2010-07-10 09:01:35 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2010-07-10 09:01:35 +0000 |
| commit | 30933b3bdbd546c54a6b7aacdce62849b46336d3 (patch) | |
| tree | 96fa7fc1bd8e613278eee878923776223d9cd6f5 | |
| parent | 367b65b56e3ab52e7870058ddad033c031abe912 (diff) | |
| download | bcm5719-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.c | 2 |
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 |

