From 65a35352226bc900c5af7ac46572fc5612c879ac Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 27 Oct 2022 11:11:06 +0200 Subject: [PATCH] also ignore llvm/unittests missing source --- debian/source/lintian-overrides | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides index 6a93ecb2..4fafec28 100644 --- a/debian/source/lintian-overrides +++ b/debian/source/lintian-overrides @@ -18,6 +18,7 @@ source: source-is-missing llgo/third_party/gofrontend/libgo/go/debug/dwarf/testd source: source-is-missing llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/gcc-*-exec source: source-is-missing llgo/third_party/gofrontend/libgo/go/debug/elf/testdata/*.obj source: source-is-missing llvm/test/* +source: source-is-missing llvm/unittests/* source: source-is-missing lldb/test/* source: source-is-missing lld/test/* source: source-is-missing clang/test/Driver/Inputs/dummy-elf.o