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 ddeb192 commit 7054118Copy full SHA for 7054118
lib/Frontend/ArgsToFrontendOutputsConverter.cpp
@@ -608,8 +608,9 @@ SupplementaryOutputPathsComputer::readSupplementaryOutputFileMap() const {
608
options::OPT_emit_private_module_interface_path,
609
options::OPT_emit_module_source_info_path,
610
options::OPT_emit_tbd_path,
611
- options::OPT_emit_ldadd_cfile_path,
612
- options::OPT_emit_symbol_graph_dir)) {
+ options::OPT_emit_ldadd_cfile_path)) {
+ // FIXME(vmitchell): add -emit-symbol-graph-dir to the supplementary file map in the new driver
613
+ // (rdar://76902664)
614
Diags.diagnose(SourceLoc(),
615
diag::error_cannot_have_supplementary_outputs,
616
A->getSpelling(), "-supplementary-output-file-map");
0 commit comments