[patch] Support .warning directive in integrated assembler

Nico Weber thakis at chromium.org
Wed Jul 23 20:10:23 PDT 2014


Hi,

the attached patch adds support for `.warning "optional string"`, PR20428.
Ok?

Like I said on the bug, it would be a nice-to-have if there'd be some clang
driver option to disable .warning warnings, like there is for #warning
preprocessor lines. I didn't see any infrastructure for dispatching
warnings from the assembler layer to the clang driver layer though – did I
just miss that? If not, are there plans to add something like that?

Thanks,
Nico
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140723/703b2d97/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: llvm-.warning.patch
Type: application/octet-stream
Size: 1972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140723/703b2d97/attachment.obj>


More information about the llvm-commits mailing list