mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
911f9d66d5
When emitting ObjC textual imports for Swift headers, we need to carefully handle any trailing / for prefixing to work correctly. We add a single trailing / to header search paths when normalizing so that they correctly prefix match against header paths.