This is an archive of the discontinued LLVM Phabricator instance.

[ORC] Add BitReader/BitWriter to target_link_libraries
ClosedPublic

Authored by aheejin on Jul 5 2018, 1:45 PM.

Details

Summary

CompileOnDemandLayer.cpp uses function in these libraries, and builds
with -DSHARED_LIB=ON fail without this.

Diff Detail

Repository
rL LLVM

Event Timeline

aheejin created this revision.Jul 5 2018, 1:45 PM
lebedev.ri accepted this revision.Jul 5 2018, 2:06 PM
lebedev.ri added a subscriber: lebedev.ri.

We really should have a bot to catch those :)
Since the last commit to lib/ExecutionEngine/Orc/ (rL336385) added those includes, this is probably correct.
Please commit now.

This revision is now accepted and ready to land.Jul 5 2018, 2:06 PM
This revision was automatically updated to reflect the committed changes.