xref
: /
aosp_15_r20
/
external
/
llvm
/
tools
/
llvm-size
/
CMakeLists.txt
(revision 9880d6810fe72a1726cb53787c6711e909410d58)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
set(LLVM_LINK_COMPONENTS
2
Object
3
Support
4
)
5
6
add_llvm_tool(llvm-size
7
llvm-size.cpp
8
)
9