Revert "[instrprof][NFC] Sort link components and dedupe."

This reverts commit 28ba0b9f6d.

clang ppc build failed
https://lab.llvm.org/buildbot#builders/121/builds/16080
This commit is contained in:
Snehasish Kumar 2022-02-03 15:41:24 -08:00
parent 8682947d24
commit 55de669660
1 changed files with 3 additions and 2 deletions

View File

@ -18,11 +18,12 @@ add_llvm_component_library(LLVMProfileData
LINK_COMPONENTS
Core
DebugInfoDWARF
Demangle
Object
Support
Demangle
Object
Symbolize
DebugInfoDWARF
)
add_subdirectory(Coverage)