[PATCH] D95617: [DWARF] Inlined variables with no location should not have a DW_TAG_variable

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 11 07:24:09 PST 2022


ro added a comment.

I just found the `-disable-sparc-delay-filler` option in `llvm/lib/Target/Sparc/DelaySlotFiller.cpp`.  As expected, with it added to the `llc` invocation the unmodified test `PASS`es.

I wonder what the best way forward is: just `XFAIL` the test on SPARC as was done for other instances of Issue #46473, add that option as a workaround (it's silently ignored on non-SPARC targets), or go for the solution/workaround @jmorse suggested?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D95617



More information about the llvm-commits mailing list