Revert "Test commit"
[oota-llvm.git] / tools / llvm-as / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS asmparser bitwriter)
2
3 add_llvm_tool(llvm-as
4   llvm-as.cpp
5   )