Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
1ff46f2060c7d4de3dde8851dbd9deba66232070
/
.
/
llvm
/
unittests
/
ExecutionEngine
/
Orc
/
CMakeLists.txt
blob: 7bc13a17524d2ef8a00e0c739059eb6cdde17d8c [
file
] [
log
] [
blame
]
David Blaikie
e960a4e
2015-02-23 00:36:25 +0000
[
diff
] [
blame
]
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
)
5
6
add_llvm_unittest(OrcJITTests
7
LazyEmittingLayerTest.cpp
8
)