Skip to content

Commit

Permalink
[MC] Fix buildbots with shared lib builds
Browse files Browse the repository at this point in the history
In D109412 I forgot to add a dependency on libObject. Fix that.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D110886
  • Loading branch information
rafaelauler committed Sep 30, 2021
1 parent ca8316b commit c82f98b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/unittests/MC/CMakeLists.txt
Expand Up @@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
MC
MCDisassembler
Object
Support
)

Expand Down

0 comments on commit c82f98b

Please sign in to comment.