diff options
author | Eric Christopher <echristo@apple.com> | 2012-02-21 22:25:20 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2012-02-21 22:25:20 +0000 |
commit | 2789d8e753a9bdd36f2f90ba03ba4fb7521bcbb1 (patch) | |
tree | 9939787a69cd4f0ce5d6f148eb077528f0d7bc16 /test/CodeGenObjCXX | |
parent | e3bab98b2c024d6886af16651fa0f9e53f939bf6 (diff) |
No need to go to object file, -emit-llvm is sufficient to see if clang
itself crashes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151095 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX')
-rw-r--r-- | test/CodeGenObjCXX/debug-info.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/debug-info.mm b/test/CodeGenObjCXX/debug-info.mm index 0778889eb8..04cf66f2cd 100644 --- a/test/CodeGenObjCXX/debug-info.mm +++ b/test/CodeGenObjCXX/debug-info.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-obj %s -o /dev/null +// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -g -emit-llvm %s -o /dev/null // This test passes if clang doesn't crash. |