Commit f02f68cb authored by George Stelle's avatar George Stelle
Browse files

Added missing library dependencies

parent f3bb5215
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,4 +26,5 @@ add_llvm_component_library(LLVMInstrumentation

  DEPENDS
  intrinsics_gen
  LLVMBitReader
  )
+1 −1
Original line number Diff line number Diff line
@@ -18,4 +18,4 @@
type = Library
name = Instrumentation
parent = Transforms
required_libraries = Analysis Core Linker MC Support TransformUtils ProfileData
required_libraries = Analysis Core Linker MC Support TransformUtils ProfileData BitReader
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ add_llvm_component_library(LLVMTapirOpts
  intrinsics_gen
	LLVMLinker
  LLVMBitWriter
  LLVMPasses
  )

if(KITSUNE_ENABLE_OPENCL_TARGET)