Add target triple.

llvm-svn: 128480
This commit is contained in:
Devang Patel 2011-03-29 20:00:06 +00:00
parent 3f0bfdacc1
commit 298ecb3aaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: %clang_cc1 -g -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -triple x86_64-darwin-apple -g -emit-llvm -o - %s | FileCheck %s
// Radar 9199234
int bar();