[llvm] 3564551 - ProfileDataTests: fix BUILD_SHARED_LIBS build

Roman Lebedev via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 01:27:41 PST 2022


Author: Roman Lebedev
Date: 2022-02-09T12:27:13+03:00
New Revision: 3564551400224cd24dd8650dc2ace19174833af7

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

LOG: ProfileDataTests: fix BUILD_SHARED_LIBS build

Added: 
    

Modified: 
    llvm/unittests/ProfileData/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/ProfileData/CMakeLists.txt b/llvm/unittests/ProfileData/CMakeLists.txt
index f9c0dd3044d05..c75b0da3def5d 100644
--- a/llvm/unittests/ProfileData/CMakeLists.txt
+++ b/llvm/unittests/ProfileData/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
   Coverage
   ProfileData
   Support
+  Object
   )
 
 add_llvm_unittest(ProfileDataTests


        


More information about the llvm-commits mailing list