[llvm] 0813c76 - [gn build] Port 165a912807ee

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 17:10:58 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-26T00:04:50Z
New Revision: 0813c76d400840ac2aaf041dc589941740874944

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

LOG: [gn build] Port 165a912807ee

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
index cad04510a3da8a..aa3e6f08ab6d35 100644
--- a/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
@@ -6,6 +6,7 @@ static_library("SandboxIR") {
     "//llvm/lib/Support",
   ]
   sources = [
+    "Context.cpp",
     "Module.cpp",
     "Pass.cpp",
     "PassManager.cpp",


        


More information about the llvm-commits mailing list