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 b8e4232 commit d25edddCopy full SHA for d25eddd
llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -27,11 +27,3 @@ 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