[llvm] [SPARC][Utilities] Add names for SPARC ELF flags in LLVM binary utilities (PR #102843)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 01:59:07 PDT 2024
================
@@ -0,0 +1,57 @@
+# RUN: yaml2obj %s -o %t -DCLASS_NAME="ELFCLASS32" -DMACHINE_NAME="EM_SPARC" -DFLAG_NAME=""
----------------
jh7370 wrote:
"sparc-" is an unnecessary prefix on this test name, since it's nested inside a "Sparc" directory.
It'd be nice having a brief overview comment at the top of this file describing the overall purpose of the test cases in this file.
https://github.com/llvm/llvm-project/pull/102843
More information about the llvm-commits
mailing list