Commit 955dc344 authored by Reid Kleckner's avatar Reid Kleckner
Browse files

Fix TargetRegistry shlib build, clang edition

parent 9697f935
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
set(LLVM_LINK_COMPONENTS
  BinaryFormat
  MC
  Option
  ProfileData
  Support
+2 −1
Original line number Diff line number Diff line
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  Support
  MC
  Option
  Support
  )

add_clang_unittest(ClangDriverTests
+1 −0
Original line number Diff line number Diff line
set(LLVM_LINK_COMPONENTS
  ${LLVM_TARGETS_TO_BUILD}
  MC
  Option
  FrontendOpenMP
  Support