================ @@ -0,0 +1,23 @@ +# REQUIRES: loongarch +# RUN: llvm-mc -filetype=obj -triple=loongarch64 %s -o %t.o +# RUN: ld.lld -shared %t.o -o %t.so +# RUN: llvm-readobj -r %t.so ---------------- MaskRay wrote: Missing FileCheck https://github.com/llvm/llvm-project/pull/94451