Mercurial > hg > CbC > CbC_llvm
annotate test/MC/MachO/ARM/bad-darwin-ARM-reloc.s @ 77:54457678186b LLVM3.6
LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 08 Sep 2014 22:06:00 +0900 |
parents | |
children | 7d135dc70f03 |
rev | line source |
---|---|
77 | 1 @ RUN: not llvm-mc -n -triple armv7-apple-darwin10 %s -filetype=obj -o - 2> %t.err > %t |
2 @ RUN: FileCheck --check-prefix=CHECK-ERROR < %t.err %s | |
3 @ rdar://15586725 | |
4 .text | |
5 ldr r3, L___fcommon | |
6 .section myseg, mysect | |
7 L___fcommon: | |
8 .word 0 | |
9 @ CHECK-ERROR: unsupported relocation on symbol |