aheejin created this revision.
aheejin added reviewers: vsk, tlively.
Herald added subscribers: cfe-commits, mgorny.
Herald added a project: clang.
tlively accepted this revision.
tlively added a comment.
This revision is now accepted and ready to land.

LGTM!


After D68351 <https://reviews.llvm.org/D68351> we need this to make builds with 
`-DBUILD_SHARED_LIB=ON`
work.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D69699

Files:
  clang/lib/Driver/CMakeLists.txt


Index: clang/lib/Driver/CMakeLists.txt
===================================================================
--- clang/lib/Driver/CMakeLists.txt
+++ clang/lib/Driver/CMakeLists.txt
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   BinaryFormat
   Option
+  ProfileData
   Support
   )
 


Index: clang/lib/Driver/CMakeLists.txt
===================================================================
--- clang/lib/Driver/CMakeLists.txt
+++ clang/lib/Driver/CMakeLists.txt
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   BinaryFormat
   Option
+  ProfileData
   Support
   )
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to