Mercurial > hg > CbC > CbC_llvm
view test/MC/AsmParser/directive_end-2.s @ 121:803732b1fca8
LLVM 5.0
author | kono |
---|---|
date | Fri, 27 Oct 2017 17:07:41 +0900 |
parents | 54457678186b |
children | c2174574ed3a |
line wrap: on
line source
# RUN: llvm-mc -triple i386-unknown-unknown %s -I %p -filetype obj -o - \ # RUN: | llvm-readobj -t | FileCheck %s rock: movl $42, %eax .include "directive_end.s" hard_place: movl $42, %ebx # CHECK: Symbol { # CHECK: Name: rock # CHECK-NOT: Name: hard_place