[all-commits] [llvm/llvm-project] b7aa1c: [ORC] Remove the JITDylib::SymbolTableEntry::isInM...
lhames via All-commits
all-commits at lists.llvm.org
Tue Feb 25 16:45:08 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b7aa1cc3a43db83560edb59dcbde7bd5e03683fe
https://github.com/llvm/llvm-project/commit/b7aa1cc3a43db83560edb59dcbde7bd5e03683fe
Author: Lang Hames <lhames at gmail.com>
Date: 2020-02-25 (Tue, 25 Feb 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/Core.h
M llvm/lib/ExecutionEngine/Orc/Core.cpp
M llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Log Message:
-----------
[ORC] Remove the JITDylib::SymbolTableEntry::isInMaterializingState() method.
It was being used inconsistently. Uses have been replaced with direct checks
on the symbol state.
More information about the All-commits
mailing list