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 84bcc2e commit a59d7f6Copy full SHA for a59d7f6
swift/extractor/main.cpp
@@ -19,7 +19,7 @@ class Observer : public swift::FrontendObserver {
19
void parsedArgs(swift::CompilerInvocation& invocation) override {
20
// Original compiler and the extractor-compiler get into conflicts when
21
// both produce the same output files.
22
- // TODO: change the final arifact destinations instead of disabling
+ // TODO: change the final artifact destinations instead of disabling
23
// the artifact generation completely?
24
invocation.getFrontendOptions().RequestedAction = swift::FrontendOptions::ActionType::Typecheck;
25
}
0 commit comments