[polly] [compiler-rt] [llvm] [llvm][NFC] A start at cleaning up zero byte files that should have been removed (PR #74404)
Brad Smith via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 21:34:53 PST 2023
https://github.com/brad0 updated https://github.com/llvm/llvm-project/pull/74404
>From e49b4967eeebccc82b7a8a5edb3b507543b26fb9 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Tue, 5 Dec 2023 00:33:59 -0500
Subject: [PATCH] [llvm][NFC] A start at cleaning up zero byte files that
should have been removed
---
compiler-rt/lib/asan/asan_lock.h | 0
.../lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp | 0
.../lib/sanitizer_common/sanitizer_platform_limits_openbsd.h | 0
llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h | 0
llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc | 0
polly/include/polly/CodeGen/CodegenCleanup.h | 0
6 files changed, 0 insertions(+), 0 deletions(-)
delete mode 100644 compiler-rt/lib/asan/asan_lock.h
delete mode 100644 compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
delete mode 100644 compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
delete mode 100644 llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
delete mode 100644 llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc
delete mode 100644 polly/include/polly/CodeGen/CodegenCleanup.h
diff --git a/compiler-rt/lib/asan/asan_lock.h b/compiler-rt/lib/asan/asan_lock.h
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h b/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h b/llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc b/llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc
deleted file mode 100644
index e69de29bb2d1d..0000000000000
diff --git a/polly/include/polly/CodeGen/CodegenCleanup.h b/polly/include/polly/CodeGen/CodegenCleanup.h
deleted file mode 100644
index e69de29bb2d1d..0000000000000
More information about the llvm-commits
mailing list