[ORC] Remove the JITDylib::SymbolTableEntry::isInMaterializingState() method.
authorLang Hames <lhames@gmail.com>
Wed, 26 Feb 2020 00:04:41 +0000 (16:04 -0800)
committerLang Hames <lhames@gmail.com>
Wed, 26 Feb 2020 00:44:12 +0000 (16:44 -0800)
commitb7aa1cc3a43db83560edb59dcbde7bd5e03683fe
treed9ad461dab07e9deca9106181b9ca4ecd77e6026
parent828fb0c51ad63369c1ab6350a4e8e9f941f25831
[ORC] Remove the JITDylib::SymbolTableEntry::isInMaterializingState() method.

It was being used inconsistently. Uses have been replaced with direct checks
on the symbol state.
llvm/include/llvm/ExecutionEngine/Orc/Core.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp