Skip to content

Commit 5489de0

Browse files
authored
Merge pull request #9109 from compnerd/lto
LTO: repair the build after 554ebcc
2 parents bb8b8f0 + 16dfbed commit 5489de0

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
@@ -1781,7 +1781,7 @@ void ThinLTOCodeGenerator::run() {
17811781
};
17821782
struct ModuleInfo {
17831783
std::unique_ptr<AsyncModuleCacheEntry> Entry;
1784-
std::atomic<unsigned> State = MS_Empty;
1784+
std::atomic<unsigned> State = ModuleState::MS_Empty;
17851785
std::unique_ptr<MemoryBuffer> ComputedBuffer;
17861786
std::unique_ptr<MemoryBuffer> CachedBuffer;
17871787
};

0 commit comments

Comments
 (0)