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
TargetLibraryInfo: Use pointer index size to determine getSizeTSize(). (#118747)
[llvm-project.git]
/
lldb
/
source
/
Plugins
/
ABI
/
RISCV
/
CMakeLists.txt
blob
5b25bf7c6af82f8d3bf447f3a193d7bf19f207a6
1
add_lldb_library(lldbPluginABIRISCV PLUGIN
2
ABISysV_riscv.cpp
3
4
LINK_LIBS
5
lldbCore
6
lldbSymbol
7
lldbTarget
8
lldbPluginProcessUtility
9
lldbValueObject
10
LINK_COMPONENTS
11
Support
12
TargetParser
13
)