[LLVMbugs] [Bug 20428] New: Integrated arm assembler doesn't understand .warning

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Jul 23 17:41:07 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=20428

            Bug ID: 20428
           Summary: Integrated arm assembler doesn't understand .warning
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: unassignedbugs at nondot.org
          Reporter: nicolasweber at gmx.de
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Works:

thakis at ubu:~$ cat test.S
.warning "Here be dragons"

thakis at ubu:~$ arm-linux-gnueabihf-g++ -c test.S 
test.S: Assembler messages:
test.S:1: Warning: Here be dragons

But:

$ ~/src/llvm-build/bin/clang -target arm-linux-androideabi  -c  test.S
test.S:1:1: error: unknown directive
.warning "here be dragons"
^

This is used in openmax.

(would be nice if there was some driver flag to suppress .warning diagnostics
if this gets implemented)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140724/296d26ee/attachment.html>


More information about the llvm-bugs mailing list