================ @@ -0,0 +1,206 @@ +// REQUIRES: aarch64 +// RUN: llvm-mc -filetype=obj -triple=aarch64 %s -o %t +// RUN: ld.lld %t -o %t1 2>&1 | FileCheck %s + ---------------- pranavk wrote: done https://github.com/llvm/llvm-project/pull/209962