bolt/deps/llvm-18.1.8/llvm/test/tools/llvm-libtool-darwin/x86_64-asm.test

10 lines
322 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
# REQUIRES: x86-registered-target
## This tests that archives are correctly created when the llvm
## has native assembly info
# RUN: llvm-as %p/Inputs/x86_64-asm.ll -o %t-x86_64-asm.bc
# RUN: llvm-libtool-darwin -static -o %t-x86_64.lib %t-x86_64-asm.bc
# RUN: llvm-nm %t-x86_64.lib | FileCheck %s
# CHECK: T somesymbol