Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[llvm][NFC] A start at cleaning up zero byte files that should have been removed #74404

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

brad0
Copy link
Contributor

@brad0 brad0 commented Dec 5, 2023

No description provided.

@llvmbot
Copy link
Collaborator

llvmbot commented Dec 5, 2023

@llvm/pr-subscribers-compiler-rt-sanitizer

@llvm/pr-subscribers-debuginfo

Author: Brad Smith (brad0)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/74404.diff

6 Files Affected:

  • (removed) compiler-rt/lib/asan/asan_lock.h ()
  • (removed) compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.cpp ()
  • (removed) compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_openbsd.h ()
  • (removed) llvm/test/DebugInfo/Inputs/dwarfdump-test3-decl.h ()
  • (removed) llvm/test/DebugInfo/Inputs/dwarfdump-test3.cc ()
  • (removed) 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

Copy link
Collaborator

@dwblaikie dwblaikie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, worth a shot

@brad0
Copy link
Contributor Author

brad0 commented Dec 5, 2023

Sure, worth a shot

I will have more. I am checking the files looking at the commit that made them zero bytes before removing them.

@brad0 brad0 merged commit 12ed2c9 into llvm:main Dec 5, 2023
3 checks passed
@brad0 brad0 deleted the llvm_cleaning branch March 8, 2024 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants