diff options
author | Lang Hames <lhames@gmail.com> | 2021-01-11 20:00:45 +1100 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2021-01-12 11:57:07 +1100 |
commit | ef50c07b1fad368f6a8d326b4f73dd531009dca4 (patch) | |
tree | a27651986cff0d0e70d22b0d99e56294241c2e28 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f9902514fe548346a5175a3521c61fc4819c5b8a (diff) | |
download | llvm-ef50c07b1fad368f6a8d326b4f73dd531009dca4.zip llvm-ef50c07b1fad368f6a8d326b4f73dd531009dca4.tar.gz llvm-ef50c07b1fad368f6a8d326b4f73dd531009dca4.tar.bz2 |
[JITLink] Add a new PostAllocationPasses list.
Passes in the new PostAllocationPasses list will run immediately after memory
allocation and address assignment for defined symbols, and before
JITLinkContext::notifyResolved is called. These passes can set up state
associated with the addresses of defined symbols before any query for these
addresses completes.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions