We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9cfd06 commit e4731fdCopy full SHA for e4731fd
swift/extractor/remapping/SwiftOutputRewrite.cpp
@@ -67,13 +67,15 @@ std::unordered_map<std::string, std::string> rewriteOutputsInPlace(
67
68
// TODO: handle filelists?
69
const std::unordered_set<std::string> pathRewriteOptions({
70
+ "-emit-abi-descriptor-path",
71
"-emit-dependencies-path",
72
"-emit-module-path",
73
"-emit-module-doc-path",
74
"-emit-module-source-info-path",
75
"-emit-objc-header-path",
76
"-emit-reference-dependencies-path",
77
"-index-store-path",
78
+ "-index-unit-output-path",
79
"-module-cache-path",
80
"-o",
81
"-pch-output-dir",
0 commit comments