[PATCH] D87011: [DebugInfo] Add the -dwarf64 switch to llc and other internal tools (4/19).

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 22:16:05 PDT 2020


ikudrin added a comment.

In D87011#2357977 <https://reviews.llvm.org/D87011#2357977>, @ayermolo wrote:

> @ikudrin To clarify this will emit R_X86_64_64 bit relocations for .debug_info on 64 bit platform, correct?

Right, but only if producing 64-bit DWARF info is directly requested. Without specifying `-dwarf64`, nothing is changed, and the debugging info will be generated in the DWARF32 format.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87011



More information about the llvm-commits mailing list