[Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
authorLang Hames <lhames@gmail.com>
Tue, 2 Feb 2016 19:31:15 +0000 (19:31 +0000)
committerLang Hames <lhames@gmail.com>
Tue, 2 Feb 2016 19:31:15 +0000 (19:31 +0000)
commite28b118be0cde71cb0c4e4c840cf075a9803852e
treeae121bf65f6c23e61ae1d4fbbc3f883621735654
parentc9911f28e5a8060a439aa475e0a95793b1b1e970
[Orc] Turn OrcX86_64::IndirectStubsInfo into a template helper class:
GenericIndirectStubsInfo.

This will allow architecture support classes for other architectures to re-use
this code.

llvm-svn: 259549
llvm/include/llvm/ExecutionEngine/Orc/OrcArchitectureSupport.h
llvm/lib/ExecutionEngine/Orc/OrcArchitectureSupport.cpp