commit | 718bb483a4bd39f08a1ab45db624c6089919b57d | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Sep 22 03:50:39 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Sep 22 03:50:39 2009 +0000 |
tree | c21f8916e0c1cc3fe8c9ee0afd558f8e179ded4e | |
parent | a6dc0793d8b035ed2cae6a628b9b8bd12af5bbaf [diff] |
Force triple in test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82519 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/PR4894-recursive-debug-crash.m b/test/CodeGenObjC/PR4894-recursive-debug-crash.m index 097d134..a57a686 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