We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eaeb6 commit 4b4d383Copy full SHA for 4b4d383
bolt/lib/Rewrite/JITLinkLinker.cpp
@@ -32,7 +32,7 @@ bool hasSymbols(const jitlink::Block &B) {
32
Error markSectionsLive(jitlink::LinkGraph &G) {
33
for (auto &Section : G.sections()) {
34
// We only need allocatable sections.
35
- if (Section.getMemLifetimePolicy() == orc::MemLifetimePolicy::NoAlloc)
+ if (Section.getMemLifetime() == orc::MemLifetime::NoAlloc)
36
continue;
37
38
// Skip empty sections.
0 commit comments