[PATCH] D80382: [MC] Implement generating 64-bit debug info.
Eric Christopher via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 22 00:37:31 PDT 2020
echristo added inline comments.
================
Comment at: llvm/test/MC/ELF/gen-dwarf64.s:2
+// RUN: not llvm-mc -g -dwarf-version 5 -dwarf64 -triple i686 %s -filetype=asm -o - 2>&1 | FileCheck --check-prefix=I686 %s
+// RUN: not llvm-mc -g -dwarf-version 2 -dwarf64 -triple x86_64 %s -filetype=asm -o - 2>&1 | FileCheck --check-prefix=DWARF2 %s
+
----------------
I'd probably prefer the error cases to be in a separate test.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80382/new/
https://reviews.llvm.org/D80382
More information about the llvm-commits
mailing list