mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
IRGen: Rename -read-type-info-path flag to -read-legacy-type-info-path
This commit is contained in:
@@ -1079,8 +1079,8 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
|
||||
// (e.g. NativeObject). Force the lazy initialization of the VWT always.
|
||||
Opts.LazyInitializeClassMetadata = Triple.isOSBinFormatCOFF();
|
||||
|
||||
if (const Arg *A = Args.getLastArg(OPT_read_type_info_path_EQ)) {
|
||||
Opts.ReadTypeInfoPath = A->getValue();
|
||||
if (const Arg *A = Args.getLastArg(OPT_read_legacy_type_info_path_EQ)) {
|
||||
Opts.ReadLegacyTypeInfoPath = A->getValue();
|
||||
}
|
||||
|
||||
for (const auto &Lib : Args.getAllArgValues(options::OPT_autolink_library))
|
||||
|
||||
Reference in New Issue
Block a user