[llvm] d25eddd - [gn] port a02444fb69e6 (OutOfProcessInterpreterTests.cpp revert)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 12 16:51:52 PDT 2025


Author: Nico Weber
Date: 2025-08-12T19:51:40-04:00
New Revision: d25eddd77c4e7234b08dff7f77393be9bf2b30e5

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

LOG: [gn] port a02444fb69e6 (OutOfProcessInterpreterTests.cpp revert)

This reverts 130ddbb01917c3be97.

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 4e485b1de2a4d..103954e5756d3 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -27,11 +27,3 @@ unittest("ClangReplInterpreterTests") {
     ldflags = [ "-rdynamic" ]
   }
 }
-
-# FIXME: This is included conditionally in the CMake build if
-#        compiler-rt is available. The test currently fails in the GN
-#        build. Figure out if we can get it to pass.
-group("dummy_sources") {
-  sources = [ "OutOfProcessInterpreterTests.cpp" ]
-  not_needed(sources)
-}


        


More information about the llvm-commits mailing list