We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e977e4 commit a4264e6Copy full SHA for a4264e6
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