Skip to content

Commit 7f4d623

Browse files
nicogithub-actions[bot]
authored andcommitted
Automerge: [gn] port(ish) eccc6e2
2 parents 03d7009 + 130ddbb commit 7f4d623

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)