[lld] [lld] Add target support for SystemZ (s390x) (PR #75643)

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 12:26:42 PST 2023


================
@@ -0,0 +1,338 @@
+# REQUIRES: systemz
+# RUN: llvm-mc -filetype=obj -triple=s390x-unknown-linux %s -o %t.o
+# RUN: ld.lld --hash-style=sysv -discard-all -shared %t.o -o %t.so
+# RUN: llvm-readobj --file-headers --sections --section-data -l %t.so | FileCheck %s
----------------
uweigand wrote:

Switched to using `llvm-readelf` everywhere.

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


More information about the llvm-commits mailing list