[llvm] dd5a75b - [gn build] Remove scudo sources that no longer exist

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 28 13:58:23 PDT 2023


Author: Arthur Eubanks
Date: 2023-04-28T13:58:10-07:00
New Revision: dd5a75b9562ddfa85cf6db72590657dbe61de175

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

LOG: [gn build] Remove scudo sources that no longer exist

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
index 19ddd4ea89c00..406807a2c8647 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/BUILD.gn
@@ -21,28 +21,3 @@ group("scudo") {
   testonly = true
 }
 
-# This target is unused, it only exists to satisfy
-# sync_source_lists_from_cmake.py.
-source_set("sources") {
-  configs -= [ "//llvm/utils/gn/build:llvm_code" ]
-  configs += [ "//llvm/utils/gn/build:crt_code" ]
-  sources = [
-    "scudo_allocator.cpp",
-    "scudo_allocator.h",
-    "scudo_allocator_combined.h",
-    "scudo_allocator_secondary.h",
-    "scudo_crc32.cpp",
-    "scudo_crc32.h",
-    "scudo_errors.cpp",
-    "scudo_errors.h",
-    "scudo_flags.cpp",
-    "scudo_flags.h",
-    "scudo_interface_internal.h",
-    "scudo_malloc.cpp",
-    "scudo_platform.h",
-    "scudo_termination.cpp",
-    "scudo_tsd.h",
-    "scudo_tsd_exclusive.cpp",
-    "scudo_tsd_shared.cpp",
-  ]
-}


        


More information about the llvm-commits mailing list