[llvm] 22064ce - [gn build] Port 3f531552e66f

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 30 01:37:22 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-06-30T08:31:20Z
New Revision: 22064ce53eb5c406baa4cbfdd471c2a808bc4e08

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

LOG: [gn build] Port 3f531552e66f

Added: 
    

Modified: 
    llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
index 4b79e989545b6..21266ed7f9051 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -31,6 +31,7 @@ static_library("Interpreter") {
     "Interpreter.cpp",
     "InterpreterUtils.cpp",
     "InterpreterValuePrinter.cpp",
+    "RemoteJITUtils.cpp",
     "Value.cpp",
   ]
 }


        


More information about the llvm-commits mailing list