[PATCH] D36480: [LLVM] Change to Verifier to allow Fortran CHARACTER types in debug information
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 8 16:40:40 PDT 2017
aprantl added inline comments.
================
Comment at: string-type.ll :2
+; RUN: %llc_dwarf %s -filetype=obj -o %t
+; RUN: llvm-dwarfdump =debug-dump=info %t | FileCheck %s
+; CHECK: DW_TAG_string_type
----------------
`=debug-dump=info` -> `-debug-dump=info`
https://reviews.llvm.org/D36480
More information about the llvm-commits
mailing list