Skip to content

Commit 7811c20

Browse files
committed
[ORC] Add a FIXME. NFC.
1 parent 50ae1c7 commit 7811c20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/ExecutionEngine/Orc/ExecutorProcessControl.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ SelfExecutorProcessControl::SelfExecutorProcessControl(
5555
ExecutorAddr::fromPtr(&llvm_orc_deregisterEHFrameSectionWrapper);
5656

5757
#ifdef __APPLE__
58+
// FIXME: Don't add an UnwindInfoManager by default -- it's redundant when
59+
// the ORC runtime is loaded. We'll need a way to document this and
60+
// allow clients to choose.
5861
this->UnwindInfoMgr = UnwindInfoManager::TryCreate();
5962
if (this->UnwindInfoMgr)
6063
this->UnwindInfoMgr->addBootstrapSymbols(this->BootstrapSymbols);

0 commit comments

Comments
 (0)