swift
[Interpreter] Temporarily prefer /usr/lib/swift for Swift dylibs loaded by the interpreter
#23984
Merged

Commits
  • [REPL] When using the default resource directory, prefer loading Swift dylibs from /usr/lib/swift.
    mikeash committed 7 years ago
  • [Driver] On Apple platforms, add /usr/lib/swift to the beginning of the DYLD_LIBRARY_PATH value in constructInvocation.
    mikeash committed 7 years ago
  • [Tests] Update tests for interpreter change to search /usr/lib/swift first for Swift libraries.
    mikeash committed 7 years ago
  • [Tests] Add `-dump-input fail` to environment-mac.swift's FileCheck.
    mikeash committed 7 years ago
  • [Tests] Make environment-mac.swift pass if DYLD_LIBRARY_PATH is not set.
    mikeash committed 7 years ago
Loading