Add an explicit triple to make this test behave consistently.

llvm-svn: 108041
This commit is contained in:
Dan Gohman 2010-07-10 09:01:35 +00:00
parent 367b65b56e
commit 30933b3bdb
1 changed files with 1 additions and 1 deletions

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