mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Including the mangled names in anonymous context metadata can bloat code size, and is not needed for normal runtime resolution. However, it aids debugging, so have -g implies the emission of this extra metadata, which is always optional.
5 lines
114 B
Swift
5 lines
114 B
Swift
// RUN: %target-swiftc_driver -### -g %s 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: -enable-anonymous-context-mangled-names
|
|
|