This is an archive of the discontinued LLVM Phabricator instance.

Fix BUILD_SHARED_LIB build after addition of dependency on llvm::WriteIndexToFile
AbandonedPublic

Authored by sbc100 on May 3 2018, 1:53 AM.

Details

Summary

The -DBUILD_SHARED_LIB=ON build seems to have been broken
in rL331405 with the addition of llvm::WriteIndexToFile.

This function lives in libLLVMBitWriter.so.

Event Timeline

sbc100 created this revision.May 3 2018, 1:53 AM
sbc100 edited the summary of this revision. (Show Details)
rdhindsa accepted this revision.May 3 2018, 9:16 AM

LGTM

This revision is now accepted and ready to land.May 3 2018, 9:16 AM

Looks like this was already fixed by rLLD331444

sbc100 abandoned this revision.May 3 2018, 10:12 AM