We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 614bf2a commit 33d7de1Copy full SHA for 33d7de1
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
@@ -1783,7 +1783,7 @@ void ThinLTOCodeGenerator::run() {
1783
};
1784
struct ModuleInfo {
1785
std::unique_ptr<AsyncModuleCacheEntry> Entry;
1786
- std::atomic<unsigned> State = ModuleState::MS_Empty;
+ std::atomic<unsigned> State = 0b0000;
1787
std::unique_ptr<MemoryBuffer> ComputedBuffer;
1788
std::unique_ptr<MemoryBuffer> CachedBuffer;
1789
0 commit comments