summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/JITTargetMachineBuilder.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ORC] Extract and tidy up JITTargetMachineBuilder, add unit test.Lang Hames2018-09-301-0/+55
(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
OpenPOWER on IntegriCloud