[llvm] 130ddbb - [gn] port(ish) eccc6e22f811
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 8 16:27:44 PDT 2025
Author: Nico Weber
Date: 2025-08-08T19:27:11-04:00
New Revision: 130ddbb01917c3be975f534c1c78983832ba1abc
URL: https://github.com/llvm/llvm-project/commit/130ddbb01917c3be975f534c1c78983832ba1abc
DIFF: https://github.com/llvm/llvm-project/commit/130ddbb01917c3be975f534c1c78983832ba1abc.diff
LOG: [gn] port(ish) eccc6e22f811
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..4e485b1de2a4d 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -27,3 +27,11 @@ 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