tulsi
tulsi copied to clipboard
Arguments passed to clang via swiftc aren't parsed properly
Example:
Given swift_copts = ["-Xcc", "-IDir1", "-Xcc", "-IDir2"]
, Dir1
and Dir2
are added to the Swift Import Paths, but those -Xcc
s are left over and are added to Other Swift Flags as -Xcc -Xcc
.