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
[RISCV] Add support for Smepmp 1.0 (#78489)
[llvm-project.git]
/
llvm
/
lib
/
Option
/
CMakeLists.txt
blob
dc7669c52111500cbfea2682184f6b195998f8bb
1
add_llvm_component_library(LLVMOption
2
Arg.cpp
3
ArgList.cpp
4
Option.cpp
5
OptTable.cpp
6
7
ADDITIONAL_HEADER_DIRS
8
${LLVM_MAIN_INCLUDE_DIR}/llvm/Option
9
10
LINK_COMPONENTS
11
Support
12
)