================ @@ -0,0 +1,35 @@ +// REQUIRES: aarch64 +// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t.o +// RUN: ld.lld %t.o -o %t.so -shared ---------------- PiJoules wrote: Done. https://github.com/llvm/llvm-project/pull/72584