[llvm] 28ba0b9 - [instrprof][NFC] Sort link components and dedupe.

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


Author: Snehasish Kumar
Date: 2022-02-03T15:35:26-08:00
New Revision: 28ba0b9f6dd6dd08c7c2380a0c00c7170d3ddf48

URL: https://github.com/llvm/llvm-project/commit/28ba0b9f6dd6dd08c7c2380a0c00c7170d3ddf48
DIFF: https://github.com/llvm/llvm-project/commit/28ba0b9f6dd6dd08c7c2380a0c00c7170d3ddf48.diff

LOG: [instrprof][NFC] Sort link components and dedupe.

Accidentally added a duplicate link component in D116784.

Added: 
    

Modified: 
    llvm/lib/ProfileData/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/ProfileData/CMakeLists.txt b/llvm/lib/ProfileData/CMakeLists.txt
index a8d046d7ae43..0d43d70e5c15 100644
--- a/llvm/lib/ProfileData/CMakeLists.txt
+++ b/llvm/lib/ProfileData/CMakeLists.txt
@@ -18,12 +18,11 @@ add_llvm_component_library(LLVMProfileData
 
   LINK_COMPONENTS
   Core
-  Object
-  Support
+  DebugInfoDWARF
   Demangle
   Object
+  Support
   Symbolize
-  DebugInfoDWARF
   )
 
 add_subdirectory(Coverage)


        


More information about the llvm-commits mailing list