We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cb95c commit 130ddbbCopy full SHA for 130ddbb
llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -27,3 +27,11 @@ unittest("ClangReplInterpreterTests") {
27
ldflags = [ "-rdynamic" ]
28
}
29
30
+
31
+# FIXME: This is included conditionally in the CMake build if
32
+# compiler-rt is available. The test currently fails in the GN
33
+# build. Figure out if we can get it to pass.
34
+group("dummy_sources") {
35
+ sources = [ "OutOfProcessInterpreterTests.cpp" ]
36
+ not_needed(sources)
37
+}
0 commit comments