[PATCH] D112826: [CodeView] Fortran debug info emission in Code View.

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 2 06:23:48 PDT 2021


cchen15 added inline comments.


================
Comment at: llvm/test/DebugInfo/fortran-basic.ll:1
+; RUN: llc < %s -filetype=obj | llvm-readobj - --codeview | FileCheck %s
+;
----------------
rnk wrote:
> Do you find the output of `llvm-pdbutil dump -symbols -types` more readable in this case? If so, I recommend it over `llvm-readobj`. It is more FileCheck-friendly because the CHECK lines that match the type indexes contain more disambiguating context.
For this test, I don't have a preference one way or the other between the outputs from readobj and pdbutil. I am keep it as is. If you feel strongly about using pdbutil's output, please let me know and I will make the change. Thanks again.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112826/new/

https://reviews.llvm.org/D112826



More information about the llvm-commits mailing list