[clang-fuzzer] Add missing dependency
authorArthur Eubanks <aeubanks@google.com>
Thu, 24 Nov 2022 17:20:47 +0000 (09:20 -0800)
committerArthur Eubanks <aeubanks@google.com>
Thu, 24 Nov 2022 17:20:47 +0000 (09:20 -0800)
clang/tools/clang-fuzzer/handle-llvm/CMakeLists.txt

index b00baee..0c5bf98 100644 (file)
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
   Core
   ExecutionEngine
   IPO
+  IRPrinter
   IRReader
   MC
   MCJIT