We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22855d3 + dee278a commit a644454Copy full SHA for a644454
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -1777,7 +1777,7 @@ void ThinLTOCodeGenerator::run() {
1777
};
1778
struct ModuleInfo {
1779
std::unique_ptr<AsyncModuleCacheEntry> Entry;
1780
- std::atomic<unsigned> State = MS_Empty;
+ std::atomic<unsigned> State = ModuleState::MS_Empty;
1781
std::unique_ptr<MemoryBuffer> ComputedBuffer;
1782
std::unique_ptr<MemoryBuffer> CachedBuffer;
1783
0 commit comments