Move the support for using .init_array from ARM to the generic
[oota-llvm.git] / tools / llvm-diff / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS support asmparser bitreader)
2
3 add_llvm_tool(llvm-diff
4   llvm-diff.cpp
5   DiffConsumer.cpp
6   DiffLog.cpp
7   DifferenceEngine.cpp
8   )