blob: 1eb6576b94426ed6e95ba0c20bd6e3c90ae9d092 [file] [log] [blame]
// RUN: %target-swiftc_driver -### -g %s 2>&1 | %FileCheck %s
// RUN: %target-swiftc_driver -### -g -Onone %s 2>&1 | %FileCheck -check-prefix=CHECK-ONONE %s
// RUN: %target-swiftc_driver -### -g -O %s 2>&1 | %FileCheck -check-prefix=CHECK-O %s
// RUN: %target-swiftc_driver -### -g -Osize %s 2>&1 | %FileCheck -check-prefix=CHECK-OSIZE %s
// CHECK: -enable-anonymous-context-mangled-names
// CHECK-ONONE: -enable-anonymous-context-mangled-names
// CHECK-O-NOT: -enable-anonymous-context-mangled-names
// CHECK-OSIZE-NOT: -enable-anonymous-context-mangled-names