[PATCH] D54043: Adding debug info to support Fortran (part 1)

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 11 10:28:17 PDT 2019


aprantl 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,
----------------
We usually have the round-trip test in test/Assembler, so it also gets run without object-emission.


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