mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Add -enable-swift-name-lookup-tables option to enable Swift lookup tables.
Aside from causing the tables to get built, this doesn't actually do anything yet.
This commit is contained in:
@@ -810,7 +810,7 @@ static bool ParseClangImporterArgs(ClangImporterOptions &Opts,
|
||||
|
||||
Opts.OmitNeedlessWords |= Args.hasArg(OPT_enable_omit_needless_words);
|
||||
Opts.InferDefaultArguments |= Args.hasArg(OPT_enable_infer_default_arguments);
|
||||
|
||||
Opts.UseSwiftLookupTables |= Args.hasArg(OPT_enable_swift_name_lookup_tables);
|
||||
Opts.DumpClangDiagnostics |= Args.hasArg(OPT_dump_clang_diagnostics);
|
||||
|
||||
if (Args.hasArg(OPT_embed_bitcode))
|
||||
|
||||
Reference in New Issue
Block a user