[PATCH] D75974: [DebugInfo] Fix build failure on the mingw

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 11 09:37:15 PDT 2020


aprantl added inline comments.


================
Comment at: llvm/test/DebugInfo/MIR/X86/call-site-param-mov16.mir:2
+# REQUIRES: asserts
+# RUN: llc -emit-call-site-info -start-after=machineverifier -filetype=obj %s -o -
+
----------------
djtodoro wrote:
> dstenb wrote:
> > With `-filetype=obj -o -` the binary data will be emitted on stdout when running `llvm-lit -a`.
> > 
> > WDYT about adding a llvm-dwarfdump FileCheck that checks that there are no call site parameter entries emitted?
> Makes sense to me, thanks!
Comment what is being tested here?


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

https://reviews.llvm.org/D75974





More information about the llvm-commits mailing list