[PATCH] D94542: [X86] Default to -x86-pad-for-align=false to drop assembler difference with or w/o -g

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 17 04:39:33 PDT 2021


fhahn added a comment.

We also had user reports hitting the issue fixed by the change in the default. I added a relatively small test case that shows the binary differences caused by a single `.loc`: 0bd5bbb31e03 <https://reviews.llvm.org/rG0bd5bbb31e0345aed8d029d70a4197aed53a3cd5> Perhaps this is helpful for anyone wanting to take a closer look at the underlying issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94542/new/

https://reviews.llvm.org/D94542



More information about the llvm-commits mailing list