diff options
author | Lang Hames <lhames@gmail.com> | 2015-02-20 06:48:29 +0000 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2015-02-20 06:48:29 +0000 |
commit | 02be3f36a392de4dfa66a7d3bbc577a3300ad5c9 (patch) | |
tree | 17abde2f9a94c3f465b55edeb388b250a049e2ca /clang/lib/Frontend/CompilerInstance.cpp | |
parent | a46d5a7438af9b2dd8e391664b709d48b5f6fbb3 (diff) | |
download | llvm-02be3f36a392de4dfa66a7d3bbc577a3300ad5c9.zip llvm-02be3f36a392de4dfa66a7d3bbc577a3300ad5c9.tar.gz llvm-02be3f36a392de4dfa66a7d3bbc577a3300ad5c9.tar.bz2 |
[Orc] Add a new JITSymbol constructor to build a symbol from an existing address.
This constructor is more efficient for symbols that have already been emitted,
since it avoids the construction/execution of a std::function.
Update the ObjectLinkingLayer to use this new constructor where possible.
llvm-svn: 229973
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions