summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn')
-rw-r--r--llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
index 4107bbc12be2..c2999a67f58a 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -9,6 +9,7 @@ unittest("ClangReplInterpreterTests") {
"//clang/lib/Interpreter",
"//llvm/lib/IR",
"//llvm/lib/TargetParser",
+ "//llvm/lib/Testing/Support",
]
sources = [
"CodeCompletionTest.cpp",