forked from OSchip/llvm-project
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:
parent
8682947d24
commit
55de669660
|
@ -18,11 +18,12 @@ add_llvm_component_library(LLVMProfileData
|
|||
|
||||
LINK_COMPONENTS
|
||||
Core
|
||||
DebugInfoDWARF
|
||||
Demangle
|
||||
Object
|
||||
Support
|
||||
Demangle
|
||||
Object
|
||||
Symbolize
|
||||
DebugInfoDWARF
|
||||
)
|
||||
|
||||
add_subdirectory(Coverage)
|
||||
|
|
Loading…
Reference in New Issue