mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
Not having suport for this option causes confusing and non-obvious failures in the LLDB testsuite, and some people build LLDB without also compiling the driver. rdar://168107340
4 lines
197 B
Swift
4 lines
197 B
Swift
// RUN: %swiftc_driver -module-name a -driver-print-jobs -target x86_64-apple-macosx10.10 -g -o debugmodule-path %s 2>&1 | %FileCheck %s
|
|
|
|
// CHECK: -debug-module-path {{.*}}{{/|\\\\}}a.swiftmodule
|