Skip to content

Commit 130ddbb

Browse files
committed
[gn] port(ish) eccc6e2
1 parent f9cb95c commit 130ddbb

File tree

1 file changed

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

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@ 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)