[instrprof][NFC] Sort link components and dedupe.
authorSnehasish Kumar <snehasishk@google.com>
Thu, 3 Feb 2022 23:32:32 +0000 (15:32 -0800)
committerSnehasish Kumar <snehasishk@google.com>
Thu, 3 Feb 2022 23:35:26 +0000 (15:35 -0800)
Accidentally added a duplicate link component in D116784.

llvm/lib/ProfileData/CMakeLists.txt

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