[CodeGenModule] Group blocks runtime globals together, NFC
This commit is contained in:
parent
c62a9f180c
commit
b95bb0847a
@ -523,18 +523,18 @@ private:
|
||||
int GlobalUniqueCount;
|
||||
} Block;
|
||||
|
||||
GlobalDecl initializedGlobalDecl;
|
||||
|
||||
/// @}
|
||||
|
||||
/// void @llvm.lifetime.start(i64 %size, i8* nocapture <ptr>)
|
||||
llvm::Function *LifetimeStartFn = nullptr;
|
||||
|
||||
/// void @llvm.lifetime.end(i64 %size, i8* nocapture <ptr>)
|
||||
llvm::Function *LifetimeEndFn = nullptr;
|
||||
|
||||
GlobalDecl initializedGlobalDecl;
|
||||
|
||||
std::unique_ptr<SanitizerMetadata> SanitizerMD;
|
||||
|
||||
/// @}
|
||||
|
||||
llvm::MapVector<const Decl *, bool> DeferredEmptyCoverageMappingDecls;
|
||||
|
||||
std::unique_ptr<CoverageMappingModuleGen> CoverageMapping;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user