Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [examples] Add missing dependency in llvm examples | Hiroshi Inoue | 2020-01-11 | 1 | -0/+1 |
| | | | | To fix build failure with BUILD_SHARED_LIBS=ON | ||||
* | [BuildingAJIT] Make the chapter 5 server export symbols. | Lang Hames | 2016-10-19 | 1 | -0/+2 |
| | | | | | | This will allow chapter 5 to work on Linux. llvm-svn: 284637 | ||||
* | [Kaleidoscope][BuildingAJIT] Add code for Chapter 5 - remote JITing. | Lang Hames | 2016-05-30 | 1 | -0/+17 |
This chapter demonstrates lazily JITing from ASTs with the expressions being executed on a remote machine via a TCP connection. It needs some polish, but is substantially complete. Currently x86-64 SysV ABI (Darwin and Linux) only, but other architectures can be supported by changing the server code to use alternative ABI support classes from llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h. llvm-svn: 271193 |