llvm/examples/SpeculativeJIT/CMakeLists.txt
Praveen Velliengiri 25b5b890b3 Speculative Compilation
[ORC] Remove Speculator Variants for Different Program Representations

[ORC] Block Freq Analysis

Speculative Compilation with Naive Block Frequency

Add Applications to OrcSpeculation

ORC v2 with Block Freq Query & Example

Deleted BenchMark Programs

Signed-off-by: preejackie <praveenvelliengiri@gmail.com>

ORCv2 comments resolved

[ORCV2] NFC

ORCv2 NFC

[ORCv2] Speculative compilation - CFGWalkQuery

ORCv2 Adapting IRSpeculationLayer to new locking scheme

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367756 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-03 14:42:13 +00:00

15 lines
178 B
CMake

set(LLVM_LINK_COMPONENTS
Core
IRReader
OrcJIT
ExecutionEngine
Support
nativecodegen
Analysis
Passes
)
add_llvm_example(SpeculativeJIT
SpeculativeJIT.cpp
)