[lld] [lld] Add target support for SystemZ (s390x) (PR #75643)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 17:40:25 PST 2023
================
@@ -0,0 +1,59 @@
+# REQUIRES: systemz
+# RUN: llvm-mc -filetype=obj -triple=s390x-unknown-linux %s -o %t1.o
+
+## Default is no PIE.
+# RUN: ld.lld %t1.o -o %t
+# RUN: llvm-readobj --file-headers --sections -l --symbols -r %t \
----------------
MaskRay wrote:
Suggest that this is added to `basic-*` and switch to `llvm-readelf`
https://github.com/llvm/llvm-project/pull/75643
More information about the llvm-commits
mailing list