[lld] [lld] Add thunks for hexagon (PR #111217)
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 22:23:23 PDT 2025
================
@@ -0,0 +1,95 @@
+# REQUIRES: hexagon
+# RUN: rm -rf %t && split-file %s %t && cd %t
+# RUN: llvm-mc -filetype=obj -triple=hexagon-unknown-elf main.s -o main.o
+# RUN: ld.lld -shared main.o -o test.so
----------------
MaskRay wrote:
`a.s -o a.o`; `ld.lld -shared a.o -o a.so` (or out.so)
https://github.com/llvm/llvm-project/pull/111217
More information about the llvm-commits
mailing list