xref: /llvm-project/llvm/test/tools/llvm-libtool-darwin/arm64-asm.test (revision dbed14d215fed740e0e26784e7b8b00b68f5e680)
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