Skip to content

Commit d25eddd

Browse files
committed
[gn] port a02444f (OutOfProcessInterpreterTests.cpp revert)
This reverts 130ddbb.
1 parent b8e4232 commit d25eddd

File tree

1 file changed

+0
-8
lines changed
  • llvm/utils/gn/secondary/clang/unittests/Interpreter

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,3 @@ unittest("ClangReplInterpreterTests") {
2727
ldflags = [ "-rdynamic" ]
2828
}
2929
}
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

Comments
 (0)