brintos

brintos / llvm-project-archived public Read only

0
0
Text · 275 B · ad9a194 Raw
7 lines · plain
1// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s2// CHECK: assembler label 'Lundefined' can not be undefined3// CHECK: assembler label 'Lundefined2' can not be undefined4        .text5        movl Lundefined, %eax6        movl Lundefined2, %eax7