summaryrefslogtreecommitdiffstats
path: root/Tests/SwiftOnly/N.swift
Commit message (Collapse)AuthorAgeFilesLines
* Swift: Propagate Swift_MODULE_DIRECTORY as include directorySaleem Abdulrasool2020-03-121-0/+2
Teach include directory computation for Swift to implicitly propagate the `Swift_MODULE_DIRECTORY` of all linked targets as include directories. This is required to ensure that the swiftmodule of a linked target is accessible to the compiler of the current target. Fixes: #19272