From 0f1fd8735ca106eb3c3cd6c2d7bc721a82ced6a0 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Thu, 26 Jun 2025 22:07:33 +0200 Subject: [PATCH] [gn] fix `gn gen` after 2a907f40bcb1f26c --- llvm/utils/gn/secondary/clang/unittests/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/clang/unittests/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/BUILD.gn index d5f813ae57a6..b1ebfcefbfcd 100644 --- a/llvm/utils/gn/secondary/clang/unittests/BUILD.gn +++ b/llvm/utils/gn/secondary/clang/unittests/BUILD.gn @@ -51,4 +51,5 @@ group("unittests") { # doesn't do this. This keeps the sync script happy. group("dummy_sources") { sources = [ "AllClangUnitTests.cpp" ] + not_needed(sources) }