[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
authorLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 00:56:15 +0000 (00:56 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Jan 2016 00:56:15 +0000 (00:56 +0000)
commitbba386e4febc06432c692b895a3c84850e8a3359
treef40b80304cbd2f60dc05fe1b9bda1158bf33cd04
parent5527bd5d51679e87d96d3b279715af78110cb2e3
[Orc] Rename OrcTargetSupport to OrcArchitectureSupport to avoid confusion with
the upcoming remote-target support classes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257302 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h [new file with mode: 0644]
include/llvm/ExecutionEngine/Orc/OrcTargetSupport.h [deleted file]
lib/ExecutionEngine/Orc/CMakeLists.txt
lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp [new file with mode: 0644]
lib/ExecutionEngine/Orc/OrcCBindingsStack.cpp
lib/ExecutionEngine/Orc/OrcTargetSupport.cpp [deleted file]
tools/lli/OrcLazyJIT.cpp