blob: eef4a13e29dcc22aa7b04c11965ba062a62cffd2 [file] [log] [blame]
Oscar Fuentes00905d52008-09-22 01:08:49 +00001set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2set(LLVM_REQUIRES_EH 1)
3
4add_llvm_tool(llvm-as
5 llvm-as.cpp
6 )