[PATCH] D85414: [test][DebugInfo] Adapt two tests for Sun assembler syntax on Sparc

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 6 20:55:44 PDT 2020


MaskRay added a comment.

.section is consistent on ELF, COFF, Mach-O and wasm. We could use `.section {{.*}}debug_info` (On Mach-O it is `.section __DWARF,__debug_info,regular,debug`)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85414



More information about the llvm-commits mailing list