mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 17:11:33 +00:00
Add a testcase for PR36268.
llvm-svn: 324552
This commit is contained in:
parent
362fccf131
commit
c81d5874a5
6
clang/test/CodeGenObjC/availability-dso-local.m
Normal file
6
clang/test/CodeGenObjC/availability-dso-local.m
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
// RUN: %clang_cc1 -triple thumbv7-apple-ios10.0.0 -emit-llvm -fvisibility hidden -w %s -o - | FileCheck %s
|
||||||
|
|
||||||
|
// CHECK: @"OBJC_CLASS_$_a" = hidden global %struct._class_t
|
||||||
|
|
||||||
|
__attribute__((availability(ios, introduced = 11.0))) @interface a @end
|
||||||
|
@implementation a @end
|
Loading…
Reference in New Issue
Block a user