Rename Cling's flag -modulemap_overlay to -includedir-loc

This commit is contained in:
Vaibhav Garg 2019-03-22 19:38:32 +05:30 committed by SFT
parent 81e2eda009
commit b34d634a52

View File

@ -31,7 +31,7 @@ OPTION(prefix_2, "metastr=", _metastr_EQ, Joined, INVALID, INVALID, 0, 0, 0,
"Set the meta command tag, default '.'", 0, 0)
OPTION(prefix_2, "metastr", _metastr, Separate, INVALID, INVALID, 0, 0, 0,
"Set the meta command tag, default '.'", 0, 0)
OPTION(prefix_1, "modulemap_overlay=", overlay_EQ, Joined, INVALID, INVALID, 0, 0, 0,
OPTION(prefix_1, "includedir_loc=", overlay_EQ, Joined, INVALID, INVALID, 0, 0, 0,
"Set the Modules overlay file", 0, 0)
OPTION(prefix_2, "nologo", _nologo, Flag, INVALID, INVALID, 0, 0, 0,
"Do not show startup-banner", 0, 0)