mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Introduce a new compiler flag `-module-abi-name <name>` that uses the given name as the ABI name for the module (rather than the module's name in source code). The ABI name impacts name mangling and metadata.
4 lines
65 B
Swift
4 lines
65 B
Swift
public class Greeting { }
|
|
|
|
@inlinable public func function() { }
|