[llvm] [llvm-nm][GOFF] Support symbol types and sizes (PR #207119)
Amy Kwan via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 28 07:35:21 PDT 2026
================
@@ -0,0 +1,41 @@
+; REQUIRES: systemz-registered-target
+
+; RUN: llc -mtriple=s390x-ibm-zos -filetype=obj %s -o %t.o
+; RUN: llvm-nm --no-sort %t.o | FileCheck %s --check-prefix=TYPES
+; RUN: llvm-nm --no-sort --print-size --defined-only %t.o | FileCheck %s --check-prefix=SIZES
----------------
amy-kwan wrote:
Thanks for the suggestion, I've folded the tests together.
https://github.com/llvm/llvm-project/pull/207119
More information about the llvm-commits
mailing list