forked from OSchip/llvm-project
9 lines
109 B
CMake
9 lines
109 B
CMake
|
set(LLVM_LINK_COMPONENTS
|
||
|
Core
|
||
|
Support
|
||
|
)
|
||
|
|
||
|
add_llvm_unittest(OrcJITTests
|
||
|
LazyEmittingLayerTest.cpp
|
||
|
)
|