Skip to content

Commit a644454

Browse files
authored
Merge pull request #9116 from compnerd/next-empty
LTO: repair the build after 554ebcc
2 parents 22855d3 + dee278a commit a644454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/LTO/ThinLTOCodeGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1777,7 +1777,7 @@ void ThinLTOCodeGenerator::run() {
17771777
};
17781778
struct ModuleInfo {
17791779
std::unique_ptr<AsyncModuleCacheEntry> Entry;
1780-
std::atomic<unsigned> State = MS_Empty;
1780+
std::atomic<unsigned> State = ModuleState::MS_Empty;
17811781
std::unique_ptr<MemoryBuffer> ComputedBuffer;
17821782
std::unique_ptr<MemoryBuffer> CachedBuffer;
17831783
};

0 commit comments

Comments
 (0)