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 | 44dafc703ca62b09eecde762ba135f67c95c05b2 (patch) | |
tree | 95027c411cb11849c62736f620c199c92e2b8d26 | |
parent | 6536132facc72b11a630fef777d446e06dfeeed8 (diff) | |
download | external_llvm-44dafc703ca62b09eecde762ba135f67c95c05b2.zip external_llvm-44dafc703ca62b09eecde762ba135f67c95c05b2.tar.gz external_llvm-44dafc703ca62b09eecde762ba135f67c95c05b2.tar.bz2 |
Add an explicit triple to make this test behave consistently.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108041 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/FrontendC/2010-06-28-DbgEntryPC.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-06-28-DbgEntryPC.c b/test/FrontendC/2010-06-28-DbgEntryPC.c index 61b4add..76a6b51 100644 --- a/test/FrontendC/2010-06-28-DbgEntryPC.c +++ b/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 |