[clang][driver] Add ProfileData to LLVM_LINK_COMPONENTS
authorHeejin Ahn <aheejin@gmail.com>
Fri, 1 Nov 2019 02:48:13 +0000 (19:48 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Fri, 1 Nov 2019 02:52:41 +0000 (19:52 -0700)
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

clang/lib/Driver/CMakeLists.txt

index e175e88..eb76cd3 100644 (file)
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   BinaryFormat
   Option
+  ProfileData
   Support
   )