1 import("//third-party/unittest/unittest.gni")
3 unittest("ClangReplInterpreterTests") {
4 configs += [ "//llvm/utils/gn/build:clang_code" ]
8 "//clang/lib/Frontend",
9 "//clang/lib/Interpreter",
11 "//llvm/lib/TargetParser",
14 "IncrementalProcessingTest.cpp",
15 "InterpreterTest.cpp",
19 # FIXME: Disable dead stripping once other binaries are dead-stripped.
20 if (host_os != "mac" && host_os != "win") {
21 # Corresponds to export_executable_symbols() in cmake.
22 ldflags = [ "-rdynamic" ]