Skip to content

Commit de58693

Browse files
committed
[ORC][MachO] Add a TODO comment.
1 parent c46df85 commit de58693

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

llvm/lib/ExecutionEngine/Orc/MachOPlatform.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,12 @@ MachOPlatform::MachOPlatform(
583583
return;
584584

585585
// (5) Associate runtime support functions.
586+
// TODO: Consider moving this above (4) to make runtime support functions
587+
// available to the bootstrap completion graph. We'd just need to be
588+
// sure that the runtime support functions are fully usable before any
589+
// bootstrap completion actions use them (e.g. the ORC runtime
590+
// macho_platform object would have to have been created and
591+
// initialized).
586592
if ((Err = associateRuntimeSupportFunctions()))
587593
return;
588594
}

0 commit comments

Comments
 (0)