diff options
author | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 22:39:14 +0000 |
---|---|---|
committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 22:39:14 +0000 |
commit | fe36f83b119784b0b9a8da3730271bccd199b29e (patch) | |
tree | 345af55b4672381a6468df79927253030deadfef /llvm/test/tools/llvm-mc | |
parent | 7bdf4f2eb2c3404fb97a08c43f656947821f0f0e (diff) | |
download | bcm5719-llvm-fe36f83b119784b0b9a8da3730271bccd199b29e.tar.gz bcm5719-llvm-fe36f83b119784b0b9a8da3730271bccd199b29e.zip |
[llvm-mc] Add --no-warn flag with -W alias to disable outputting warnings while assembling.
llvm-svn: 243338
Diffstat (limited to 'llvm/test/tools/llvm-mc')
-rw-r--r-- | llvm/test/tools/llvm-mc/no_warnings.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-mc/no_warnings.test b/llvm/test/tools/llvm-mc/no_warnings.test new file mode 100644 index 00000000000..f542f1773c0 --- /dev/null +++ b/llvm/test/tools/llvm-mc/no_warnings.test @@ -0,0 +1,5 @@ +# RUN: llvm-mc --no-warn %s 2>&1 | FileCheck %s +# XFAIL: hexagon + +# CHECK-NOT: warning: +.warning |