Files
swift-mirror/test/Driver/debug_anonymous_context_metadata.swift
Doug Gregor 580c992aa1 [Driver] -g implies -enable-anonymous-context-mangled-names.
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.
2019-01-22 10:22:23 -08:00

5 lines
114 B
Swift

// RUN: %target-swiftc_driver -### -g %s 2>&1 | %FileCheck %s
// CHECK: -enable-anonymous-context-mangled-names