Skip to content

Commit 55de669

Browse files
committed
Revert "[instrprof][NFC] Sort link components and dedupe."
This reverts commit 28ba0b9. clang ppc build failed https://lab.llvm.org/buildbot#builders/121/builds/16080
1 parent 8682947 commit 55de669

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

llvm/lib/ProfileData/CMakeLists.txt

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ add_llvm_component_library(LLVMProfileData
1818

1919
LINK_COMPONENTS
2020
Core
21-
DebugInfoDWARF
22-
Demangle
2321
Object
2422
Support
23+
Demangle
24+
Object
2525
Symbolize
26+
DebugInfoDWARF
2627
)
2728

2829
add_subdirectory(Coverage)

0 commit comments

Comments
 (0)