Files
swift-mirror/test/DebugInfo/compiler-flags-macosx.swift
Saleem Abdulrasool ff4f234333 DebugInfo: loosen producer pattern
Be more accepting of vendor patterns.  Any name can be added by
configuration, so loosen the test.
2019-10-11 22:06:53 -07:00

13 lines
941 B
Swift

// Check that the sdk and resource dirs end up in the debug info if we build for
// a Darwin target and set the RC_DEBUG_OPTIONS environment variable. This
// matches the behavior found in Clang.
// RUN: %swiftc_driver %s -emit-ir -g -Xfrontend -disable-legacy-type-info -target x86_64-apple-macosx10.10 -parse-stdlib -module-name scratch -o - | %FileCheck %s
// RUN: env RC_DEBUG_OPTIONS=1 %swiftc_driver %s -emit-ir -g -Xfrontend -disable-legacy-type-info -target x86_64-apple-macosx10.10 -parse-stdlib -module-name scratch -o - | %FileCheck --check-prefix CHECK-VAR-SET %s
// CHECK: !DICompileUnit({{.*}} producer: "{{[^"]*Swift version [^"]+}}"
// CHECK-NOT: flags: "
// CHECK-VAR-SET: !DICompileUnit({{.*}}producer: "{{[^"]*Swift version [^"]+}}"
// CHECK-VAR-SET-SAME: flags: "
// CHECK-VAR-SET-NOT: "
// CHECK-VAR-SET-SAME: -resource-dir