OSDN Git Service

[ORC] Move OrcError.h to include/llvm/ExecutionEngine/Orc/Shared.
authorLang Hames <lhames@gmail.com>
Tue, 19 Jan 2021 04:58:42 +0000 (15:58 +1100)
committerLang Hames <lhames@gmail.com>
Tue, 19 Jan 2021 05:18:00 +0000 (16:18 +1100)
commit24672ddea3c97fd1eca3e905b23c0116d7759ab8
treea5ec7e74b4de9dc197435abbe09ee759d0ab4953
parent4b574008aef5a7235c1f894ab065fe300d26e786
[ORC] Move OrcError.h to include/llvm/ExecutionEngine/Orc/Shared.

OrcShared is the correct home for this header since Orc was split in
1d0676b54c4. (It should have been moved in that commit, but was overlooked).
llvm/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h
llvm/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h
llvm/include/llvm/ExecutionEngine/Orc/OrcRemoteTargetServer.h
llvm/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h [moved from llvm/include/llvm/ExecutionEngine/Orc/OrcError.h with 100% similarity]
llvm/include/llvm/ExecutionEngine/Orc/Shared/RPCUtils.h
llvm/include/llvm/ExecutionEngine/Orc/Shared/Serialization.h
llvm/lib/ExecutionEngine/Orc/Core.cpp
llvm/lib/ExecutionEngine/Orc/LLJIT.cpp
llvm/lib/ExecutionEngine/Orc/Shared/OrcError.cpp
llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
llvm/unittests/ExecutionEngine/Orc/ResourceTrackerTest.cpp