mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-04 20:20:54 +00:00
[ORC] Fix some typos in comments in MachOPlatform.
This commit is contained in:
parent
484a27e412
commit
b2e7527318
@ -469,11 +469,11 @@ MachOPlatform::MachOPlatform(
|
||||
// itself (to build the allocation actions that will call the registration
|
||||
// functions). Further complicating the situation (a) the graph containing
|
||||
// the registration functions is allowed to depend on other graphs (e.g. the
|
||||
// graph containing the ORC runtime RTTI support) so we need to handle with
|
||||
// an unknown set of dependencies during bootstrap, and (b) these graphs may
|
||||
// graph containing the ORC runtime RTTI support) so we need to handle an
|
||||
// unknown set of dependencies during bootstrap, and (b) these graphs may
|
||||
// be linked concurrently if the user has installed a concurrent dispatcher.
|
||||
//
|
||||
// We satisfy these constraint by implementing a bootstrap phase during which
|
||||
// We satisfy these constraints by implementing a bootstrap phase during which
|
||||
// allocation actions generated by MachOPlatform are appended to a list of
|
||||
// deferred allocation actions, rather than to the graphs themselves. At the
|
||||
// end of the bootstrap process the deferred actions are attached to a final
|
||||
|
Loading…
Reference in New Issue
Block a user