mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
4b68ab25ac
This reverts commit r266477. This commit introduces cyclic dependency. This commit has "Analysis" depend on "ProfileData", while "ProfileData" depends on "Object", which depends on "BitCode", which depends on "Analysis". llvm-svn: 266619
12 lines
167 B
CMake
12 lines
167 B
CMake
set(LLVM_LINK_COMPONENTS
|
|
Core
|
|
ProfileData
|
|
Support
|
|
)
|
|
|
|
add_llvm_unittest(ProfileDataTests
|
|
CoverageMappingTest.cpp
|
|
InstrProfTest.cpp
|
|
SampleProfTest.cpp
|
|
)
|