================ @@ -0,0 +1,72 @@ +; RUN: llc -mtriple=arm64-unknown-linux-gnu %s -filetype=asm -o - | FileCheck %s --check-prefixes=ELF ---------------- MaskRay wrote: Omit `-filetype=asm` (convention). https://github.com/llvm/llvm-project/pull/73686