Switch lowering: extract jump tables and bit tests before building binary tree (PR22262)
[oota-llvm.git] / tools / llvm-nm / CMakeLists.txt
index b1672ffe0b5fdda6069d12333307d2237eb75b1e..20293bb88f05041d0e6031cff06e629ec9dac221 100644 (file)
@@ -1,4 +1,9 @@
-set(LLVM_LINK_COMPONENTS bitreader object)
+set(LLVM_LINK_COMPONENTS
+  ${LLVM_TARGETS_TO_BUILD}
+  Core
+  Object
+  Support
+  )
 
 add_llvm_tool(llvm-nm
   llvm-nm.cpp