repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[X86][BMI] Pull out schedule classes from bmi_andn<> and bmi_bls<>
[llvm-core.git]
/
lib
/
Target
/
Lanai
/
AsmParser
/
CMakeLists.txt
blob
3c88192ea6f0b8e65146f5eed438419a8d70a448
1
include_directories( ${CMAKE_CURRENT_BINARY_DIR}/.. ${CMAKE_CURRENT_SOURCE_DIR}/.. )
2
3
add_llvm_library(LLVMLanaiAsmParser
4
LanaiAsmParser.cpp
5
)
6
7
add_dependencies( LLVMLanaiAsmParser LanaiCommonTableGen )