AVX-512: Added implementation of CONCAT_VECTORS for v8i1 vectors (by Alexey Bader).
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   BitReader
3   Core
4   Object
5   Support
6   )
7
8 add_llvm_tool(llvm-nm
9   llvm-nm.cpp
10   )