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 | ||||
* | [examples] Rename LLJITWithJITLink to LLJITWithCustomObjectLinkingLayer. | Lang Hames | 2019-12-15 | 2 | -0/+77 |
LLJIT now uses JITLink/ObjectLinkingLayer by default where available, so these steps aren't required to use it. The tutorial is still useful though: Clients can use it to test altervative linking layer implementations (e.g. handing off to the system linker) or to test implementations of JITLink that are still under development. |