[llvm] 0aefd70 - [gn] port bde7a6b791872b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 12 07:49:08 PDT 2024


Author: Nico Weber
Date: 2024-03-12T10:48:59-04:00
New Revision: 0aefd702f6c5346f216d29c704c4d0e4ec7397ac

URL: https://github.com/llvm/llvm-project/commit/0aefd702f6c5346f216d29c704c4d0e4ec7397ac
DIFF: https://github.com/llvm/llvm-project/commit/0aefd702f6c5346f216d29c704c4d0e4ec7397ac.diff

LOG: [gn] port bde7a6b791872b

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
index 4107bbc12be2bc..c2999a67f58a9b 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",


        


More information about the llvm-commits mailing list