forked from OSchip/llvm-project
[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
This commit is contained in:
parent
bb1616ba47
commit
b9903ec897
|
@ -1,6 +1,7 @@
|
||||||
set(LLVM_LINK_COMPONENTS
|
set(LLVM_LINK_COMPONENTS
|
||||||
BinaryFormat
|
BinaryFormat
|
||||||
Option
|
Option
|
||||||
|
ProfileData
|
||||||
Support
|
Support
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue