[PATCH] D75836: [MC] Allow Stackmap sections after DWARF in MachO.

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 12:58:08 PDT 2020


aprantl added a comment.

The order in which we switch to the sections initially influences the section ordering in the Mach-O file. I'm having trouble recalling the details right now, but there was *something* that was sensitive to having a debug info section between two non-debuginfo sections, which would result in -g changing the non-debug part of the object file. I'll see if I can dig it up and comment in the code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75836





More information about the llvm-commits mailing list