Files
swift-mirror/test/PrintAsObjC/Inputs/bridging_header-Bridging-Header.h
Steven Wu 16e4cfae76 [ObjcHeader] Fix objc header generation when pch is explicited passed
When swift-frontend is explicitly passed the pch file as bridging header
on command-line through `-import-objc-header`, it needs to print the
original source file name if needed to the generated objc header.

rdar://109411245
2023-05-17 14:15:55 -07:00

6 lines
71 B
Objective-C

@import Foundation;
@protocol TestProto
@property id strongProp;
@end