summaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/hidden-visibility.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/hidden-visibility.m')
-rw-r--r--test/CodeGenObjC/hidden-visibility.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/hidden-visibility.m b/test/CodeGenObjC/hidden-visibility.m
index 9f5071d5ffaa9..cb23ca18f81fc 100644
--- a/test/CodeGenObjC/hidden-visibility.m
+++ b/test/CodeGenObjC/hidden-visibility.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fvisibility hidden -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple i386-apple-macosx -fvisibility hidden -emit-llvm -o - %s | FileCheck %s
// CHECK: @"OBJC_IVAR_$_I.P" = hidden
// CHECK: @"OBJC_CLASS_$_I" = hidden
// CHECK: @"OBJC_METACLASS_$_I" = hidden