[CMake] examples/Kaleidoscope: Prune redundant libdeps.
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
index 1a9577223992e6aa11fa0897d2432616d65901b1..32f4cbd05b188c66975d10cc223c986be7b88c4d 100644 (file)
@@ -1,12 +1,7 @@
 set(LLVM_LINK_COMPONENTS
-  Analysis
   Core
   ExecutionEngine
-  InstCombine
-  MC
-  ScalarOpts
   Support
-  TransformUtils
   native
   mcjit
   )