[llvm] 55de669 - Revert "[instrprof][NFC] Sort link components and dedupe."

Snehasish Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 15:43:39 PST 2022


Author: Snehasish Kumar
Date: 2022-02-03T15:42:50-08:00
New Revision: 55de669660cb1523cf83c98e8c0cb133ec279383

URL: https://github.com/llvm/llvm-project/commit/55de669660cb1523cf83c98e8c0cb133ec279383
DIFF: https://github.com/llvm/llvm-project/commit/55de669660cb1523cf83c98e8c0cb133ec279383.diff

LOG: 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

Added: 
    

Modified: 
    llvm/lib/ProfileData/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt
index 0d43d70e5c15..a8d046d7ae43 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)


        


More information about the llvm-commits mailing list