[llvm] 5ef0954 - [gn] port 4fb0805c6525b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 10:16:11 PDT 2024


Author: Nico Weber
Date: 2024-03-25T13:11:25-04:00
New Revision: 5ef09540e16dfc81643eaf866d4ada0b52cf27b8

URL: https://github.com/llvm/llvm-project/commit/5ef09540e16dfc81643eaf866d4ada0b52cf27b8
DIFF: https://github.com/llvm/llvm-project/commit/5ef09540e16dfc81643eaf866d4ada0b52cf27b8.diff

LOG: [gn] port 4fb0805c6525b

That's an old commit, but it suddenly became load-bearing, maybe
due to 0cf4788d9d0df609

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 c2999a67f58a9b..103954e5756d34 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Interpreter/BUILD.gn
@@ -8,6 +8,7 @@ unittest("ClangReplInterpreterTests") {
     "//clang/lib/Frontend",
     "//clang/lib/Interpreter",
     "//llvm/lib/IR",
+    "//llvm/lib/Target:TargetsToBuild",
     "//llvm/lib/TargetParser",
     "//llvm/lib/Testing/Support",
   ]


        


More information about the llvm-commits mailing list