[compiler-rt] 12ed2c9 - [llvm][NFC] A start at cleaning up zero byte files that should have been removed (#74404)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 22:57:19 PST 2023
Author: Brad Smith
Date: 2023-12-05T01:57:14-05:00
New Revision: 12ed2c90a105f29b9b2f6056d936f47534d31624
URL: https://github.com/llvm/llvm-project/commit/12ed2c90a105f29b9b2f6056d936f47534d31624
DIFF: https://github.com/llvm/llvm-project/commit/12ed2c90a105f29b9b2f6056d936f47534d31624.diff
LOG: [llvm][NFC] A start at cleaning up zero byte files that should have been removed (#74404)
Added:
Modified:
Removed:
compiler-rt/lib/asan/asan_lock.h
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp
compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h
llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h
llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc
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