Skip to content

Commit 7054118

Browse files
re-allow symbol-graph-dir and supplementary file map
rdar://76815547
1 parent ddeb192 commit 7054118

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/Frontend/ArgsToFrontendOutputsConverter.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,9 @@ SupplementaryOutputPathsComputer::readSupplementaryOutputFileMap() const {
608608
options::OPT_emit_private_module_interface_path,
609609
options::OPT_emit_module_source_info_path,
610610
options::OPT_emit_tbd_path,
611-
options::OPT_emit_ldadd_cfile_path,
612-
options::OPT_emit_symbol_graph_dir)) {
611+
options::OPT_emit_ldadd_cfile_path)) {
612+
// FIXME(vmitchell): add -emit-symbol-graph-dir to the supplementary file map in the new driver
613+
// (rdar://76902664)
613614
Diags.diagnose(SourceLoc(),
614615
diag::error_cannot_have_supplementary_outputs,
615616
A->getSpelling(), "-supplementary-output-file-map");

0 commit comments

Comments
 (0)