[Support] Fix the overflow bug in ULEB128 decoding.
[oota-llvm.git] / tools / llvm-dis / CMakeLists.txt
index 3125f8a5c6bbbc4f0aafd99d240918ee56c7a132..06ac051602ea973bd9800b2b6d367640153c0714 100644 (file)
@@ -1,5 +1,8 @@
-set(LLVM_LINK_COMPONENTS bitreader analysis)
-set(LLVM_REQUIRES_EH 1)
+set(LLVM_LINK_COMPONENTS
+  BitReader
+  Core
+  Support
+  )
 
 add_llvm_tool(llvm-dis
   llvm-dis.cpp