[llvm] 109a769 - [gn build] Port 645dd324d1b7

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 9 09:49:50 PDT 2025


Author: Arthur Eubanks
Date: 2025-09-09T16:49:15Z
New Revision: 109a7696e10050a7d5449a64a4539bf9a6345eca

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

LOG: [gn build] Port 645dd324d1b7

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 dbfe6db328bf3..7e905e32ef500 100644
--- a/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/Interpreter/BUILD.gn
@@ -32,7 +32,6 @@ static_library("Interpreter") {
     "Interpreter.cpp",
     "InterpreterUtils.cpp",
     "InterpreterValuePrinter.cpp",
-    "RemoteJITUtils.cpp",
     "Value.cpp",
   ]
 }


        


More information about the llvm-commits mailing list