Replace the unit test of BranchProbability::normalizeEdgeWeights() with BranchProbabi...
[oota-llvm.git] / tools / llvm-size / CMakeLists.txt
index 933cc75c3fe920abbb6831e0e913fb76b6afede5..60345739c35a8a7c89d47a3d277637e9f55e3e5a 100644 (file)
@@ -1,4 +1,7 @@
-set(LLVM_LINK_COMPONENTS object)
+set(LLVM_LINK_COMPONENTS
+  Object
+  Support
+  )
 
 add_llvm_tool(llvm-size
   llvm-size.cpp