[PATCH] D81143: [MC] Add a command line option to generate DWARF64 debug info [1/7]
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 4 11:33:25 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/MC/ELF/dwarf64-err.s:1
+# RUN: not llvm-mc -g -dwarf-version 2 -dwarf64 -triple x86_64 %s -filetype=asm -o - 2>&1 | FileCheck --check-prefix=DWARF2 %s
+# RUN: not llvm-mc -g -dwarf-version 5 -dwarf64 -triple i686 %s -filetype=asm -o - 2>&1 | FileCheck --check-prefix=I686 %s
----------------
`-filetype=asm` is the default. The assumption is used by numerous tests. You can omit `-filetype=asm`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81143/new/
https://reviews.llvm.org/D81143
More information about the llvm-commits
mailing list