1# REQUIRES: aarch64-registered-target 2## This tests that archives are correctly created when the llvm 3## has native assembly info 4 5# RUN: llvm-as %p/Inputs/arm64-asm.ll -o %t-arm64-asm.bc 6# RUN: llvm-libtool-darwin -static -o %t-arm64.lib %t-arm64-asm.bc 7# RUN: llvm-nm %t-arm64.lib | FileCheck %s 8 9# CHECK: T somesymbol 10