Skip to content

Commit f714dda

Browse files
committed
Enable loading of external specializations lazily
1 parent 3387aa4 commit f714dda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/llvm-project/clang/include/clang/Basic/LangOptions.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ COMPATIBLE_LANGOPT(ModulesTS , 1, 0, "C++ Modules TS syntax")
175175
COMPATIBLE_LANGOPT(CPlusPlusModules, 1, 0, "C++ modules syntax")
176176
BENIGN_ENUM_LANGOPT(CompilingModule, CompilingModuleKind, 3, CMK_None,
177177
"compiling a module interface")
178-
COMPATIBLE_LANGOPT(LoadExternalSpecializationsLazily, 1, 0, "Load External Specializations Lazily")
178+
COMPATIBLE_LANGOPT(LoadExternalSpecializationsLazily, 1, 1, "Load External Specializations Lazily")
179179
BENIGN_LANGOPT(CompilingPCH, 1, 0, "building a pch")
180180
BENIGN_LANGOPT(BuildingPCHWithObjectFile, 1, 0, "building a pch which has a corresponding object file")
181181
BENIGN_LANGOPT(CacheGeneratedPCH, 1, 0, "cache generated PCH files in memory")

0 commit comments

Comments
 (0)