[llvm] 7ee4909 - [gn build] Port c642e2aa61c4

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 14 17:45:42 PDT 2025


Author: LLVM GN Syncbot
Date: 2025-09-15T00:38:00Z
New Revision: 7ee4909256a03c5d6d1c558e5ebe4bc1c8fc2816

URL: https://github.com/llvm/llvm-project/commit/7ee4909256a03c5d6d1c558e5ebe4bc1c8fc2816
DIFF: https://github.com/llvm/llvm-project/commit/7ee4909256a03c5d6d1c558e5ebe4bc1c8fc2816.diff

LOG: [gn build] Port c642e2aa61c4

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
index 103954e5756d3..74fcb8427511b 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -18,6 +18,7 @@ unittest("ClangReplInterpreterTests") {
     "IncrementalProcessingTest.cpp",
     "InterpreterExtensionsTest.cpp",
     "InterpreterTest.cpp",
+    "OutOfProcessInterpreterTests.cpp",
   ]
 
   # Support plugins.


        


More information about the llvm-commits mailing list