[all-commits] [llvm/llvm-project] 8c4f04: [JITLink] Remove the Section::symbols_empty() method.
lhames via All-commits
all-commits at lists.llvm.org
Thu Dec 5 20:20:15 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8c4f048a00065d5cc2e138fba17abf74f2ae873d
https://github.com/llvm/llvm-project/commit/8c4f048a00065d5cc2e138fba17abf74f2ae873d
Author: Lang Hames <lhames at gmail.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/tools/llvm-jitlink/llvm-jitlink-macho.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[JITLink] Remove the Section::symbols_empty() method.
llvm::empty(Sec.symbols()) can be used instead.
Commit: 72db78eba5966fae6bc5bb361ebee7b6d3e1be3a
https://github.com/llvm/llvm-project/commit/72db78eba5966fae6bc5bb361ebee7b6d3e1be3a
Author: Lang Hames <lhames at gmail.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
Log Message:
-----------
[JITLink] Use Blocks rather than Symbols for SectionRange.
This ensures that anonymous blocks are included in the section range.
Compare: https://github.com/llvm/llvm-project/compare/560ab1f8d33c...72db78eba596
More information about the All-commits
mailing list