[JITLink] Rename PostAllocationPasses to PreFixupPasses.
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2021 07:30:09 +0000 (18:30 +1100)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2021 07:33:50 +0000 (18:33 +1100)
commit7b11f564dcfc867c3e7a2075e8a943014fe30780
tree96c93299adb0188667a1b34ccf5c1e488ba2f8bb
parent5e476061deb82ed4e6d440445f8830e1c7bccaa6
[JITLink] Rename PostAllocationPasses to PreFixupPasses.

PreFixupPasses better reflects when these passes will run.

A future patch will (re)introduce a PostAllocationPasses list that will run
after allocation, but before JITLinkContext::notifyResolved is called to notify
the rest of the JIT about the resolved symbol addresses.
llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
llvm/lib/ExecutionEngine/JITLink/ELF_x86_64.cpp
llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.cpp
llvm/lib/ExecutionEngine/JITLink/MachO_x86_64.cpp