mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
ac013ec9a1
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.
4 lines
126 B
CMake
4 lines
126 B
CMake
add_subdirectory(LLJITDumpObjects)
|
|
add_subdirectory(LLJITWithObjectCache)
|
|
add_subdirectory(LLJITWithCustomObjectLinkingLayer)
|