mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Previously we were only getting system search paths (via dlopen), so you couldn't ever load system frameworks. This is the compiler side of <rdar://problem/17629517>, which is unfortunately not the useful part. Swift SVN r19831
4 lines
89 B
Plaintext
4 lines
89 B
Plaintext
framework module VerySmallObjCFramework {
|
|
umbrella header "VerySmallObjCFramework.h"
|
|
}
|