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
This commit is contained in:
Dan Gohman 2010-07-10 09:01:35 +00:00
parent 6536132fac
commit 44dafc703c

View File

@ -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