[llvm-objdump] - Remove one overload of reportError. NFCI.
[llvm-complete.git] / test / MC / ARM / Windows / literals-comments.s
blobbe988742dbab4a32f212348715413ae032ce23b9
1 ; RUN: llvm-mc -triple armv7-windows-msvc -filetype obj -o - %s
3 .syntax unified
4 .thumb
6 .text
8 .global function
9 .thumb_func
10 function:
11 ; this is a comment
12 mov r0, #42 ; this # was not
13 bx lr