summaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/block-var-layout.mm
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-09-04 04:12:25 +0000
commita3f55b026fc24db6a4e275a8e4110d071122b99d (patch)
tree3506bc1a7a959c3037699b5d660f8165e5f44704 /test/CodeGenObjCXX/block-var-layout.mm
parent8cb1bf84540d73a609105fd04e851a2d3d37389a (diff)
downloadclang-a3f55b026fc24db6a4e275a8e4110d071122b99d.tar.gz
Don't pass -O0 to clang_cc1, it is the default.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189910 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX/block-var-layout.mm')
-rw-r--r--test/CodeGenObjCXX/block-var-layout.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/block-var-layout.mm b/test/CodeGenObjCXX/block-var-layout.mm
index 08dbc02aff..793d4b99aa 100644
--- a/test/CodeGenObjCXX/block-var-layout.mm
+++ b/test/CodeGenObjCXX/block-var-layout.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -O0 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
+// RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-runtime=macosx-fragile-10.5 -print-ivar-layout -emit-llvm -o /dev/null %s > %t-64.layout
// RUN: FileCheck --input-file=%t-64.layout %s
// rdar://12184410
// rdar://12752901