[lld] [DRAFT][clang-format][lld] Run clang-format on lld (PR #80461)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 2 09:08:13 PST 2024


================
@@ -120,17 +120,33 @@ void SectionChunk::applyRelX64(uint8_t *off, uint16_t type, OutputSection *os,
   case IMAGE_REL_AMD64_ADDR64:
     add64(off, s + imageBase);
     break;
-  case IMAGE_REL_AMD64_ADDR32NB: add32(off, s); break;
----------------
preames wrote:

This seems to be slightly less readable, but not terrible.

https://github.com/llvm/llvm-project/pull/80461


More information about the llvm-commits mailing list