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 9f407eb commit 12c18c9Copy full SHA for 12c18c9
src/debuginfo.cpp
@@ -337,7 +337,7 @@ class JuliaJITEventListener: public JITEventListener
337
Addr = sym_iter.getAddress().get();
338
Section = sym_iter.getSection().get();
339
assert(Section != EndSection && Section->isText());
340
- SectionAddr = Section->getAddress().get();
+ SectionAddr = Section->getAddress();
341
Section->getName(sName);
342
SectionLoadAddr = getLoadAddress(sName);
343
#elif defined(LLVM37)
0 commit comments