[clang] b9903ec - [clang][driver] Add ProfileData to LLVM_LINK_COMPONENTS

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 31 19:53:49 PDT 2019


Author: Heejin Ahn
Date: 2019-10-31T19:52:41-07:00
New Revision: b9903ec8979fc43f1484e1ee8749c7d18ce90bf0

URL: https://github.com/llvm/llvm-project/commit/b9903ec8979fc43f1484e1ee8749c7d18ce90bf0
DIFF: https://github.com/llvm/llvm-project/commit/b9903ec8979fc43f1484e1ee8749c7d18ce90bf0.diff

LOG: [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

Added: 
    

Modified: 
    clang/lib/Driver/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/clang/lib/Driver/CMakeLists.txt b/clang/lib/Driver/CMakeLists.txt
index e175e88c4ebb..eb76cd3dcade 100644
--- a/clang/lib/Driver/CMakeLists.txt
+++ b/clang/lib/Driver/CMakeLists.txt
@@ -1,6 +1,7 @@
 set(LLVM_LINK_COMPONENTS
   BinaryFormat
   Option
+  ProfileData
   Support
   )
 


        


More information about the cfe-commits mailing list