Initialize/Register LTO passes to enable flags like -print-after=<lto-pass>
[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   )