[all-commits] [llvm/llvm-project] 66df61: Fix #pragma (packed, n) not emitting the alignment...

Augusto Noronha via All-commits all-commits at lists.llvm.org
Fri Jun 7 10:46:16 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 66df6141659375e738d9b9b74bf79b2317576042
      https://github.com/llvm/llvm-project/commit/66df6141659375e738d9b9b74bf79b2317576042
  Author: Augusto Noronha <augusto2112 at me.com>
  Date:   2024-06-07 (Fri, 07 Jun 2024)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/test/CodeGen/debug-info-packed-struct.c
    M clang/test/CodeGenCXX/debug-info-struct-align.cpp

  Log Message:
  -----------
  Fix #pragma (packed, n) not emitting the alignment in debug info (#94673)

Debug info generation won't emit the alignment of types that have a
standard alignment. It was not taking into account the that case.

rdar://127785973



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list