[llvm] [llvm-objdump] Add triple support to `mcpu=help` (PR #165661)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 25 00:57:17 PST 2025
================
@@ -14,3 +14,30 @@ FileHeader:
Data: ELFDATA2LSB
Type: ET_EXEC
Machine: EM_X86_64
+
+# RUN: cp %t a.out
----------------
jh7370 wrote:
These test cases would benefit from some comments to explain what each case is testing specifically. I also think a specific comment for the `rm` line would be appropriate saying why it is being done.
https://github.com/llvm/llvm-project/pull/165661
More information about the llvm-commits
mailing list