Revert "[instrprof][NFC] Sort link components and dedupe."
authorSnehasish Kumar <snehasishk@google.com>
Thu, 3 Feb 2022 23:41:24 +0000 (15:41 -0800)
committerSnehasish Kumar <snehasishk@google.com>
Thu, 3 Feb 2022 23:42:50 +0000 (15:42 -0800)
This reverts commit 28ba0b9f6dd6dd08c7c2380a0c00c7170d3ddf48.

clang ppc build failed
https://lab.llvm.org/buildbot#builders/121/builds/16080

llvm/lib/ProfileData/CMakeLists.txt

index 0d43d70..a8d046d 100644 (file)
@@ -18,11 +18,12 @@ add_llvm_component_library(LLVMProfileData
 
   LINK_COMPONENTS
   Core
-  DebugInfoDWARF
-  Demangle
   Object
   Support
+  Demangle
+  Object
   Symbolize
+  DebugInfoDWARF
   )
 
 add_subdirectory(Coverage)