[PATCH] D54043: Adding debug info to support Fortran (part 1)
Eric Schweitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 11 11:14:22 PDT 2019
schweitz marked an inline comment as done.
schweitz added inline comments.
================
Comment at: test/DebugInfo/Generic/fortran-subprogram-attr.ll:9
+
+; RUN: llvm-as < %s | llvm-dis | llvm-as | llvm-dis | FileCheck --check-prefix PIPECHK %s
+; PIPECHK: !DISubprogram({{.*}}subroutine1{{.*}}, spFlags: DISPFlagDefinition | DISPFlagPure,
----------------
aprantl wrote:
> We usually have the round-trip test in test/Assembler, so it also gets run without object-emission.
Can someone tell us exactly which file(s) to put what test(s) in? Thanks.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D54043/new/
https://reviews.llvm.org/D54043
More information about the llvm-commits
mailing list