Commit b9903ec8 authored by Heejin Ahn's avatar Heejin Ahn
Browse files

[clang][driver] Add ProfileData to LLVM_LINK_COMPONENTS

Summary:
After D68351 we need this to make builds with `-DBUILD_SHARED_LIB=ON`
work.

Reviewers: tlively

Subscribers: mgorny, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D69699
parent bb1616ba
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
set(LLVM_LINK_COMPONENTS
  BinaryFormat
  Option
  ProfileData
  Support
  )