[llvm] [llvm-objdump] Add triple support to `mcpu=help` (PR #165661)

Ruoyu Qiu via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 26 18:51:25 PST 2025


================
@@ -14,3 +14,30 @@ FileHeader:
   Data:            ELFDATA2LSB
   Type:            ET_EXEC
   Machine:         EM_X86_64
+
+# RUN: cp %t a.out
----------------
cabbaken wrote:

To test if the default filename (a.out) is handled correctly, we need to create an a.out file. Do you think this is necessary, or is the test redundant?

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


More information about the llvm-commits mailing list