[PATCH] D75974: [DebugInfo] Fix build failure on the mingw
Djordje Todorovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 03:03:44 PDT 2020
djtodoro marked an inline comment as done.
djtodoro 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 -
+
----------------
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!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75974/new/
https://reviews.llvm.org/D75974
More information about the llvm-commits
mailing list