mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 09:56:07 +00:00
CMake: use add_llvm_example for HowToUseJIT.
llvm-svn: 57944
This commit is contained in:
parent
f3c03b02dc
commit
cac467ef44
@ -1,5 +1,5 @@
|
||||
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
||||
|
||||
add_llvm_executable(HowToUseJIT
|
||||
add_llvm_example(HowToUseJIT
|
||||
HowToUseJIT.cpp
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user