brintos

brintos / llvm-project-archived public Read only

0
0
Text · 280 B · 972a137 Raw
12 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-darwin %s -o %t.o3# RUN: %lld -o /dev/null %t.o4# RUN: not %lld -arch i386 -o /dev/null %t.o 2>&1 | FileCheck %s5# CHECK: error: missing or unsupported -arch i3866 7.text8.global _main9_main:10  mov $0, %rax11  ret12