Files
swift-mirror/test/Driver/compiler_plugin_path.swift
Doug Gregor 74b12e8f23 [Driver] Implement inference of -plugin-path arguments.
This was previously implemented in the new driver; backport it to the
existing driver, which is still used by SourceKit.

Fixes rdar://106790436.
2023-03-21 21:23:49 -07:00

8 lines
253 B
Swift

// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 %s 2>^1 | %FileCheck %s
// CHECK: -plugin-path
// CHECK-SAME: BUILD_DIR/lib/swift/host/plugins
// CHECK-SAME: -plugin-path
// CHECK-SAME: BUILD_DIR/local/lib/swift/host/plugins