Commit 5282a618 authored by Alex Bradbury's avatar Alex Bradbury
Browse files

[Attributor] Fix build of unittest with DBUILD_SHARED_LIBS=True

The dependencies in llvm/unittests/Transforms/IPO/CMakeLists.txt
introduced in revision 0750757e were incomplete, leading to link errors
for a DBUILD_SHARED_LIBS=True build.
parent d87c92e5
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
set(LLVM_LINK_COMPONENTS
  Analysis
  AsmParser
  Core
  Support
  IPO
  Support
  TransformUtils
  )

add_llvm_unittest(IPOTests