Skip to content

Commit e4731fd

Browse files
committed
Swift: redirect more artfacts
1 parent d9cfd06 commit e4731fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

swift/extractor/remapping/SwiftOutputRewrite.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,15 @@ std::unordered_map<std::string, std::string> rewriteOutputsInPlace(
6767

6868
// TODO: handle filelists?
6969
const std::unordered_set<std::string> pathRewriteOptions({
70+
"-emit-abi-descriptor-path",
7071
"-emit-dependencies-path",
7172
"-emit-module-path",
7273
"-emit-module-doc-path",
7374
"-emit-module-source-info-path",
7475
"-emit-objc-header-path",
7576
"-emit-reference-dependencies-path",
7677
"-index-store-path",
78+
"-index-unit-output-path",
7779
"-module-cache-path",
7880
"-o",
7981
"-pch-output-dir",

0 commit comments

Comments
 (0)