repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git]
/
llvm
/
lib
/
LineEditor
/
CMakeLists.txt
blob
c4cd91cbb0cd9e9ecb5597319aa3951846b3a969
1
if(HAVE_LIBEDIT)
2
set(link_libs LibEdit::LibEdit)
3
endif()
4
5
add_llvm_component_library(LLVMLineEditor
6
LineEditor.cpp
7
8
ADDITIONAL_HEADER_DIRS
9
${LLVM_MAIN_INCLUDE_DIR}/llvm/LineEditor
10
11
LINK_LIBS
12
${link_libs}
13
14
LINK_COMPONENTS
15
Support
16
)