view test/MC/COFF/label-undefined.s @ 121:803732b1fca8

LLVM 5.0
author kono
date Fri, 27 Oct 2017 17:07:41 +0900
parents 7d135dc70f03
children
line wrap: on
line source

// RUN: not llvm-mc -filetype=obj -triple i386-pc-win32 %s 2>&1 | FileCheck %s
// CHECK: assembler label 'Lundefined' can not be undefined
// CHECK: assembler label 'Lundefined2' can not be undefined
        .text
        movl Lundefined, %eax
        movl Lundefined2, %eax