diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-27 00:04:24 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-08-27 00:04:24 +0000 |
commit | 48324bfd62d5fc61d026a482458cee8e3d8163bc (patch) | |
tree | e6854f23d4d1c69721b3886523fa6d7b02bd6ca8 /llvm/examples/Kaleidoscope/Chapter5 | |
parent | 98a2dabc08fd89375f3af4158eb55575be58f13c (diff) | |
download | bcm5719-llvm-48324bfd62d5fc61d026a482458cee8e3d8163bc.tar.gz bcm5719-llvm-48324bfd62d5fc61d026a482458cee8e3d8163bc.zip |
Kaleidoscope: Prune unused libdeps.
llvm-svn: 246126
Diffstat (limited to 'llvm/examples/Kaleidoscope/Chapter5')
-rw-r--r-- | llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt index 06b00826254..b62ed410103 100644 --- a/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt +++ b/llvm/examples/Kaleidoscope/Chapter5/CMakeLists.txt @@ -3,7 +3,6 @@ set(LLVM_LINK_COMPONENTS Core ExecutionEngine InstCombine - MCJIT Object RuntimeDyld ScalarOpts |