From 55de669660cb1523cf83c98e8c0cb133ec279383 Mon Sep 17 00:00:00 2001 From: Snehasish Kumar Date: Thu, 3 Feb 2022 15:41:24 -0800 Subject: [PATCH] Revert "[instrprof][NFC] Sort link components and dedupe." This reverts commit 28ba0b9f6dd6dd08c7c2380a0c00c7170d3ddf48. clang ppc build failed https://lab.llvm.org/buildbot#builders/121/builds/16080 --- llvm/lib/ProfileData/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt index 0d43d70e5c150..a8d046d7ae438 100644 --- a/llvm/lib/ProfileData/CMakeLists.txt +++ b/llvm/lib/ProfileData/CMakeLists.txt @@ -18,11 +18,12 @@ add_llvm_component_library(LLVMProfileData LINK_COMPONENTS Core - DebugInfoDWARF - Demangle Object Support + Demangle + Object Symbolize + DebugInfoDWARF ) add_subdirectory(Coverage)