Skip to content

Commit

Permalink
Break a couple more false dependencies on target libraries
Browse files Browse the repository at this point in the history
Summary: Repeat r361567 for a few more tools.

Reviewers: bogner

Reviewed By: bogner

Subscribers: mgorny, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D62438

llvm-svn: 363011
  • Loading branch information
dsandersllvm committed Jun 10, 2019
1 parent 88377d8 commit cd0bc47
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion llvm/tools/llvm-isel-fuzzer/CMakeLists.txt
@@ -1,5 +1,8 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AllTargetsAsmParsers
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
Analysis
AsmPrinter
BitReader
Expand Down
4 changes: 3 additions & 1 deletion llvm/tools/llvm-jitlink/CMakeLists.txt
@@ -1,5 +1,7 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AllTargetsDescs
AllTargetsDisassemblers
AllTargetsInfos
BinaryFormat
ExecutionEngine
JITLink
Expand Down
5 changes: 4 additions & 1 deletion llvm/tools/llvm-opt-fuzzer/CMakeLists.txt
@@ -1,5 +1,8 @@
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
AllTargetsAsmParsers
AllTargetsCodeGens
AllTargetsDescs
AllTargetsInfos
Analysis
BitReader
BitWriter
Expand Down

0 comments on commit cd0bc47

Please sign in to comment.