brintos

brintos / llvm-project-archived public Read only

0
0
Text · 321 B · 6a50451 Raw
10 lines · plain
1# REQUIRES: aarch64-registered-target2## This tests that archives are correctly created when the llvm3## has native assembly info4 5# RUN: llvm-as %p/Inputs/arm64-asm.ll -o %t-arm64-asm.bc6# RUN: llvm-libtool-darwin -static -o %t-arm64.lib %t-arm64-asm.bc7# RUN: llvm-nm %t-arm64.lib | FileCheck %s8 9# CHECK: T somesymbol10