[PATCH] D91595: [Debugify] Support checking Machine IR debug info

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 19 14:21:44 PST 2020


MaskRay added inline comments.


================
Comment at: llvm/test/CodeGen/Generic/MIRDebugify/check-line-and-variables.ll:1
+; RUN: llc -debugify-and-check-strip-all-safe -o - %s 2>&1 | FileCheck %s
+
----------------
Does this file add new coverage?

This file explain its purpose in the file header. The body of foo is mostly unused, you can add just a `ret`. If you don't otherwise check the output, use `-filetype=null`


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

https://reviews.llvm.org/D91595



More information about the llvm-commits mailing list