[llvm] [SPARC][IAS] Emit the correct 32-bit ELF machine type (PR #96583)

Jessica Clarke via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 12:04:36 PDT 2024


================
@@ -132,14 +132,18 @@ namespace {
   class SparcAsmBackend : public MCAsmBackend {
   protected:
     const Target &TheTarget;
----------------
jrtc27 wrote:

This seems unused beyond in the constructor?

https://github.com/llvm/llvm-project/pull/96583


More information about the llvm-commits mailing list