[PATCH] D100015: [debug-info] make fortran CHARACTER(1) type as valid unsigned type
ChenZheng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 18:45:28 PDT 2021
shchenz added a comment.
Thanks for your review @aprantl . Updated accordingly.
================
Comment at: llvm/test/CodeGen/Generic/pr49872.ll:1
+; RUN: llc < %s | FileCheck %s
+
----------------
aprantl wrote:
> wouldn't you want to pipe this through dwarfdump or emit assembler output?
Good idea. I changed the checks for DWARF info.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100015/new/
https://reviews.llvm.org/D100015
More information about the llvm-commits
mailing list