Skip to content

Commit fd56620

Browse files
aheejinvedantk
authored andcommitted
[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 (cherry picked from commit b9903ec)
1 parent 6bb4911 commit fd56620

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/Driver/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
set(LLVM_LINK_COMPONENTS
22
BinaryFormat
33
Option
4+
ProfileData
45
Support
56
)
67

0 commit comments

Comments
 (0)