diff options
| author | Lang Hames <lhames@gmail.com> | 2018-09-30 19:12:23 +0000 |
|---|---|---|
| committer | Lang Hames <lhames@gmail.com> | 2018-09-30 19:12:23 +0000 |
| commit | d435ce4343267e147289aa8d8264d308c6639647 (patch) | |
| tree | 6172459f46f6491e0f081233b485dbbf9745b6a1 /llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp | |
| parent | 0f8f0d6d1df8d17765ea5b34b117d85142b2bf24 (diff) | |
| download | bcm5719-llvm-d435ce4343267e147289aa8d8264d308c6639647.tar.gz bcm5719-llvm-d435ce4343267e147289aa8d8264d308c6639647.zip | |
[ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.
(1) Adds comments for the API.
(2) Removes the setArch method: This is redundant: the setArchStr method on the
triple should be used instead.
(3) Turns EmulatedTLS on by default. This matches EngineBuilder's behavior.
llvm-svn: 343423
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp')
| -rw-r--r-- | llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp index 7caaa767242..c3c5703f54b 100644 --- a/llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/LazyCallThroughAndReexportsTest.cpp @@ -1,5 +1,5 @@ #include "OrcTestCommon.h" -#include "llvm/ExecutionEngine/Orc/ExecutionUtils.h" +#include "llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h" #include "llvm/ExecutionEngine/Orc/LazyReexports.h" #include "gtest/gtest.h" |

