| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
To fix build failure with BUILD_SHARED_LIBS=ON
|
|
|
|
|
|
| |
warnings; other minor fixes (NFC).
llvm-svn: 303944
|
|
|
|
| |
llvm-svn: 286642
|
|
|
|
|
|
| |
This will allow chapter 5 to work on Linux.
llvm-svn: 284637
|
|
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
|