diff options
author | John McCall <rjmccall@apple.com> | 2012-08-27 19:56:37 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2012-08-27 19:56:37 +0000 |
commit | 9a209f1f5dc9f6f6d1c3bd4a9cd4c6adc7ff255a (patch) | |
tree | 9653c0fd0964c903fef052773025f21bcde3a825 | |
parent | bbdfe24a19833e4deabc73e50a5c639fefb60a07 (diff) |
Restore a -cc1 invariant that was causing problems on PPC64.
This test case is pretty bad, though.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162694 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/2008-10-3-EhValue.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/2008-10-3-EhValue.m b/test/CodeGenObjC/2008-10-3-EhValue.m index 0ed0d89939..bc4dfdbae0 100644 --- a/test/CodeGenObjC/2008-10-3-EhValue.m +++ b/test/CodeGenObjC/2008-10-3-EhValue.m @@ -1,4 +1,4 @@ -// RUN: %clang -fexceptions -S -emit-llvm %s -o /dev/null +// RUN: %clang -fexceptions -fobjc-exceptions -S -emit-llvm %s -o /dev/null @interface Object { @public |