summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/2010-03-17-StructRef.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/2010-03-17-StructRef.m')
-rw-r--r--clang/test/CodeGenObjC/2010-03-17-StructRef.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/2010-03-17-StructRef.m b/clang/test/CodeGenObjC/2010-03-17-StructRef.m
index ef82fbccda4..fd0e6462ce2 100644
--- a/clang/test/CodeGenObjC/2010-03-17-StructRef.m
+++ b/clang/test/CodeGenObjC/2010-03-17-StructRef.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -o - | FileCheck %s
+// RUN: %clang_cc1 %s -emit-llvm -triple x86_64-apple-darwin -fobjc-fragile-abi -o - | FileCheck %s
// Bitfield references must not touch memory outside of the enclosing
// struct. Radar 7639995
typedef signed char BOOL;
OpenPOWER on IntegriCloud