brintos

brintos / llvm-project-archived public Read only

0
0
Text · 374 B · 77bf168 Raw
12 lines · plain
1# REQUIRES: x862 3# RUN: rm -rf %t.dir4# RUN: mkdir -p %t.dir5# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux -o %t.dir/elf.o %s6# RUN: llvm-ar rcs %t.dir/libfoo.a %t.dir/elf.o7# RUN: not wasm-ld %t.dir/libfoo.a -o /dev/null 2>&1 | FileCheck %s8# CHECK: warning: {{.*}}libfoo.a: archive member 'elf.o' is neither Wasm object file nor LLVM bitcode9 10.globl _start11_start:12