mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
0ec2762f96
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
|