[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assem...
authorColin LeMahieu <colinl@codeaurora.org>
Mon, 27 Jul 2015 22:39:14 +0000 (22:39 +0000)
committerColin LeMahieu <colinl@codeaurora.org>
Mon, 27 Jul 2015 22:39:14 +0000 (22:39 +0000)
commit937b1cee1a7c337dd683274e9bba63cbc4148511
tree39e294a0e70aaa40a1aa174e065813463af34231
parentff88606563808d2da40533dae28e19d44a9cbdf8
[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243338 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCTargetOptions.h
include/llvm/MC/MCTargetOptionsCommandFlags.h
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCTargetOptions.cpp
test/tools/llvm-mc/no_warnings.test [new file with mode: 0644]