[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 18:56:08 PST 2023


https://github.com/brad0 created https://github.com/llvm/llvm-project/pull/74404

None

>From 063eb69e553a51697a841f524577da7c028efd83 Mon Sep 17 00:00:00 2001
From: Brad Smith <brad at comstyle.com>
Date: Mon, 4 Dec 2023 21:54:03 -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