[PATCH] D91043: [DebugInfo] Fix convert-loclist.ll

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 11 17:22:17 PST 2020


rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.

This test seems fairly specific, and a bit fragile. I don't think we will get much benefit from trying to generalize it to non-x86 targets. If a triple must be passed, there's no reason to use `%llc_dwarf`, `llc` is fine. All `%llc_dwarf` really does is to set an explicit triple in MSVC environments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91043



More information about the llvm-commits mailing list