[all-commits] [llvm/llvm-project] d63723: [JITLink] Fix comments about JITLink's generic lin...
lhames via All-commits
all-commits at lists.llvm.org
Wed Feb 24 02:04:33 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d637235ceed7517287c8b4a724ef58a4681b8ed3
https://github.com/llvm/llvm-project/commit/d637235ceed7517287c8b4a724ef58a4681b8ed3
Author: Lang Hames <lhames at gmail.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M llvm/lib/ExecutionEngine/JITLink/JITLinkGeneric.h
Log Message:
-----------
[JITLink] Fix comments about JITLink's generic link algorithm.
These comments had gotten out of date with the code.
Commit: 8380d07e398e5f7d6edd877d293a2e28db058d8c
https://github.com/llvm/llvm-project/commit/8380d07e398e5f7d6edd877d293a2e28db058d8c
Author: Lang Hames <lhames at gmail.com>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
Log Message:
-----------
[JITLink] Add assertions, fix a comment.
The new assertions check that Addressables removed when removing
external or absolute symbols are not referenced by another symbol.
A comment on post-fixup passes is updated: vmaddrs have all been
set up by the time the pre-fixup passes are run, post-fixup passes
run after fixups have been applied to content.
Compare: https://github.com/llvm/llvm-project/compare/5c74c6be3c29...8380d07e398e
More information about the All-commits
mailing list