xref: /aosp_15_r20/external/llvm/tools/llvm-as/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  AsmParser
3  BitWriter
4  Core
5  Support
6  )
7
8add_llvm_tool(llvm-as
9  llvm-as.cpp
10  )
11