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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 3 08:53:36 PDT 2020


MaskRay added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/dwarf64-support.ll:6
+; should be ignored for earlier versions.
+; RUN: llc -mtriple=x86_64 -dwarf-version=2 -dwarf64 -filetype=obj %s -o - | \
+; RUN:   llvm-dwarfdump -debug-line - | \
----------------
If `-dwarf-version=2 -dwarf64` does not make sense, shouldn't the combo be errored to prevent misuse?


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