[PATCH] D75974: [DebugInfo] Fix build failure on the mingw
David Stenberg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 02:19:27 PDT 2020
dstenb added a comment.
Thanks, this seems like a good workaround to get rid of the assertion until D75326 <https://reviews.llvm.org/D75326> has landed.
================
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 -
+
----------------
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?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75974/new/
https://reviews.llvm.org/D75974
More information about the llvm-commits
mailing list