diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 03:50:39 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-09-22 03:50:39 +0000 |
commit | 718bb483a4bd39f08a1ab45db624c6089919b57d (patch) | |
tree | c21f8916e0c1cc3fe8c9ee0afd558f8e179ded4e | |
parent | a6dc0793d8b035ed2cae6a628b9b8bd12af5bbaf (diff) | |
download | clang-718bb483a4bd39f08a1ab45db624c6089919b57d.tar.gz |
Force triple in test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82519 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/PR4894-recursive-debug-crash.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/PR4894-recursive-debug-crash.m b/test/CodeGenObjC/PR4894-recursive-debug-crash.m index 097d1344f2..a57a686b84 100644 --- a/test/CodeGenObjC/PR4894-recursive-debug-crash.m +++ b/test/CodeGenObjC/PR4894-recursive-debug-crash.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -g -emit-llvm %s -o - | FileCheck %s +// RUN: clang-cc -triple i386-apple-darwin9 -g -emit-llvm %s -o - | FileCheck %s // PR4894 // // This test is actually just making sure we can generate the debug info for the |