[all-commits] [llvm/llvm-project] dcc595: [BOLT] Fix DWARFv5 for aarch64

Vladislav Khmelevsky via All-commits all-commits at lists.llvm.org
Wed Jan 26 15:15:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dcc595ea3cc7958f0fc3819e73b1c8b2c7c72802
      https://github.com/llvm/llvm-project/commit/dcc595ea3cc7958f0fc3819e73b1c8b2c7c72802
  Author: Vladislav Khmelevsky <och95 at yandex.ru>
  Date:   2022-01-27 (Thu, 27 Jan 2022)

  Changed paths:
    M bolt/test/AArch64/asm-func-debug.test
    M bolt/test/AArch64/update-debug-reloc.test
    M bolt/test/X86/asm-func-debug.test
    M bolt/test/X86/inline-debug-info.test
    M bolt/test/X86/inlined-function-mixed.test
    M bolt/test/keep-aranges.test
    M bolt/test/lit.cfg.py
    M bolt/test/non-empty-debug-line.test

  Log Message:
  -----------
  [BOLT] Fix DWARFv5 for aarch64

This patch reverts patch "DWARFv5 default: Switch bolt tests to use
DWARFv4 since Bolt doesn't support v5 yet" and places the -gdwarf-4 flag
to the global cflags config file.

Reviewed By: Amir

Differential Revision: https://reviews.llvm.org/D118283




More information about the All-commits mailing list