aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/block-var-layout.mm
diff options
context:
space:
mode:
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 363e21497ec7..a8f8be0ea8a3 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 -emit-llvm %s -o %t-64.ll
+// RUN: %clang_cc1 -x objective-c++ -fblocks -fobjc-gc -triple x86_64-apple-darwin -fobjc-fragile-abi -emit-llvm %s -o %t-64.ll
// RUN: FileCheck -check-prefix LP64 --input-file=%t-64.ll %s
// See commentary in test/CodeGenObjC/block-var-layout.m, from which