Skip to content

Commit 1ba8799

Browse files
lhamesllvmbot
authored andcommitted
[ORC] Add a FIXME. NFC.
(cherry picked from commit 7811c20)
1 parent a9b4976 commit 1ba8799

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)