[Lldb-commits] [PATCH] D86292: [LLDB][RISCV] Add RISC-V ArchSpec and rv32/rv64 variant detection
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 2 01:16:51 PST 2020
labath accepted this revision.
labath added a comment.
This looks fine.
================
Comment at: lldb/test/Shell/ObjectFile/ELF/riscv64-arch.yaml:1
+# RUN: yaml2obj %s > %t
+# RUN: lldb-test object-file %t | FileCheck %s
----------------
Consider using yaml2obj's `--docnum` functionality to merge these tests into one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86292/new/
https://reviews.llvm.org/D86292
More information about the lldb-commits
mailing list