[llvm] 246896b - [gn build] Port 049fc920e631

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 26 18:00:16 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-09-27T00:53:58Z
New Revision: 246896b77ecd483747a35468fcf7f92169d5bc3d

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

LOG: [gn build] Port 049fc920e631

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 abf09e9d84045e..902595fc495ceb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/SandboxIR/BUILD.gn
@@ -7,6 +7,7 @@ static_library("SandboxIR") {
   ]
   sources = [
     "Argument.cpp",
+    "Constant.cpp",
     "Context.cpp",
     "Module.cpp",
     "Pass.cpp",


        


More information about the llvm-commits mailing list