summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-isel-fuzzer
diff options
context:
space:
mode:
authorJustin Bogner <mail@justinbogner.com>2017-09-01 17:34:21 +0000
committerJustin Bogner <mail@justinbogner.com>2017-09-01 17:34:21 +0000
commit774764acf11e3f60a2e638aa9daadefc76a24e5d (patch)
treece72a6294ed4bb25267d24c9106cc2cc74f49cb2 /llvm/tools/llvm-isel-fuzzer
parent13a2e899265be4ddf72e77ea697f451c580a09e2 (diff)
downloadbcm5719-llvm-774764acf11e3f60a2e638aa9daadefc76a24e5d.tar.gz
bcm5719-llvm-774764acf11e3f60a2e638aa9daadefc76a24e5d.zip
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
Diffstat (limited to 'llvm/tools/llvm-isel-fuzzer')
-rw-r--r--llvm/tools/llvm-isel-fuzzer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt b/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt
index 4bd4420bade..6b930fe0eaa 100644
--- a/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt
+++ b/llvm/tools/llvm-isel-fuzzer/CMakeLists.txt
@@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Analysis
AsmPrinter
+ BitReader
CodeGen
Core
FuzzMutate
OpenPOWER on IntegriCloud