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 | 986a99240069e9f5ec3810c5dfd2cb41dd2649e4 (patch) | |
tree | d89629f8bae1bbc1a14c76e21e61fff63c526c20 | |
parent | 1c17844c8cac2cb866ae78d625b17684fa2fa3c9 (diff) | |
download | bcm5719-llvm-986a99240069e9f5ec3810c5dfd2cb41dd2649e4.tar.gz bcm5719-llvm-986a99240069e9f5ec3810c5dfd2cb41dd2649e4.zip |
Restore a -cc1 invariant that was causing problems on PPC64.
This test case is pretty bad, though.
llvm-svn: 162694
-rw-r--r-- | clang/test/CodeGenObjC/2008-10-3-EhValue.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/2008-10-3-EhValue.m b/clang/test/CodeGenObjC/2008-10-3-EhValue.m index 0ed0d899397..bc4dfdbae05 100644 --- a/clang/test/CodeGenObjC/2008-10-3-EhValue.m +++ b/clang/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 |