This is an archive of the discontinued LLVM Phabricator instance.

Add missing MC dependency to llvm-exegesis/CMakeLists.txt
ClosedPublic

Authored by sbc100 on Sep 13 2018, 1:01 PM.

Details

Summary

See rL342148

This probably only shows up in BUILD_SHARED_LIBS=ON builds
which might explain how it crept in.

Diff Detail

Event Timeline

sbc100 created this revision.Sep 13 2018, 1:01 PM
DiamondLovesYou accepted this revision.Sep 13 2018, 1:40 PM

Indeed; discovered but only just before class. Thanks!

This revision is now accepted and ready to land.Sep 13 2018, 1:40 PM
This revision was automatically updated to reflect the committed changes.

And a follow-up in rL342182.