llvm-isel-fuzzer: Add link-time dependency on BitReader

This should fix the undefined reference to parseBitcodeFile here:
http://bb.pgr.jp/builders/llvm-i686-linux-RA/builds/5785

llvm-svn: 312343
This commit is contained in:
Justin Bogner 2017-09-01 17:34:21 +00:00
parent 7fdc16cbf1
commit dd23137ae6

View File

@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
AsmPrinter
BitReader
CodeGen
Core
FuzzMutate