[PATCH] D99933: [Debug-Info] Use inlined strings in .dwinfo section by default on AIX.

EsmeYi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 02:56:10 PDT 2021


Esme created this revision.
Esme added reviewers: shchenz, dblaikie, jsji, probinson, aprantl, PowerPC.
Herald added a subscriber: hiraditya.
Esme requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

This is a minor patch to set the default DwarfInlinedStrings as inlined strings on AIX, due to DBX does not support .dwstr section for now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99933

Files:
  llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
  llvm/test/DebugInfo/XCOFF/empty.ll
  llvm/test/DebugInfo/XCOFF/explicit-section.ll
  llvm/test/DebugInfo/XCOFF/function-sections.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99933.335443.patch
Type: text/x-patch
Size: 31347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/f442ffa7/attachment-0001.bin>


More information about the llvm-commits mailing list