[llvm] 25107cc - [gn build] Port 92b8cc52bbc8

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 18 12:14:06 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-10-18T19:09:19Z
New Revision: 25107cc8b1f77cddd5eaddddcbe27ad387abd9d8

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

LOG: [gn build] Port 92b8cc52bbc8

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn
    llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn
index 20821b61150ac..80bca782ebe5b 100644
--- a/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/LTO/BUILD.gn
@@ -22,7 +22,6 @@ static_library("LTO") {
     "//llvm/lib/Transforms/Utils",
   ]
   sources = [
-    "Caching.cpp",
     "LTO.cpp",
     "LTOBackend.cpp",
     "LTOCodeGenerator.cpp",

diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 15a6b92d7c713..461b7498978f4 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -54,6 +54,7 @@ static_library("Support") {
     "COM.cpp",
     "CRC.cpp",
     "CachePruning.cpp",
+    "Caching.cpp",
     "Chrono.cpp",
     "CodeGenCoverage.cpp",
     "CommandLine.cpp",


        


More information about the llvm-commits mailing list