blob: 1b2789a4de41fa2781aaba4517cc257650c9179b [file] [log] [blame]
NAKAMURA Takumib5c4b8762013-12-10 11:13:32 +00001set(LLVM_LINK_COMPONENTS
2 AsmParser
3 BitWriter
4 Core
5 Support
6 )
Oscar Fuentesa229b3c2008-09-22 01:08:49 +00007
8add_llvm_tool(llvm-as
9 llvm-as.cpp
10 )