tulsi icon indicating copy to clipboard operation
tulsi copied to clipboard

Arguments passed to clang via swiftc aren't parsed properly

Open thii opened this issue 4 years ago • 0 comments

Example:

Given swift_copts = ["-Xcc", "-IDir1", "-Xcc", "-IDir2"], Dir1 and Dir2 are added to the Swift Import Paths, but those -Xccs are left over and are added to Other Swift Flags as -Xcc -Xcc.

thii avatar Mar 25 '20 03:03 thii