[all-commits] [llvm/llvm-project] 58e66f: [JITLink] Move block ownership from LinkGraph to S...
lhames via All-commits
all-commits at lists.llvm.org
Wed Oct 30 17:57:10 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 58e66f2f6375dd3c63f5854abd908298a73851d9
https://github.com/llvm/llvm-project/commit/58e66f2f6375dd3c63f5854abd908298a73851d9
Author: Lang Hames <lhames at gmail.com>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h
M llvm/lib/ExecutionEngine/JITLink/JITLink.cpp
M llvm/unittests/ExecutionEngine/JITLink/LinkGraphTests.cpp
Log Message:
-----------
[JITLink] Move block ownership from LinkGraph to Section.
This enables easy iteration over blocks in a specific section.
More information about the All-commits
mailing list