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
Recommit "[GVN] Preserve loop related analysis/canonical forms."
[llvm-core.git]
/
lib
/
AsmParser
/
CMakeLists.txt
blob
0d72723210591fbac9fcc52a92446095a2c498dc
1
# AsmParser
2
add_llvm_library(LLVMAsmParser
3
LLLexer.cpp
4
LLParser.cpp
5
Parser.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${LLVM_MAIN_INCLUDE_DIR}/llvm/Analysis
9
10
DEPENDS
11
intrinsics_gen
12
)