diff options
| author | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 21:56:53 +0000 |
|---|---|---|
| committer | Colin LeMahieu <colinl@codeaurora.org> | 2015-07-27 21:56:53 +0000 |
| commit | fe2c8b80158aa9dca82179717b545049f139a914 (patch) | |
| tree | 40a393620477cf76faf845a3751db4f15d5db355 /llvm/test/tools | |
| parent | 4630de80c5a859330d94c057ce67b0d2b3be5c17 (diff) | |
| download | bcm5719-llvm-fe2c8b80158aa9dca82179717b545049f139a914.tar.gz bcm5719-llvm-fe2c8b80158aa9dca82179717b545049f139a914.zip | |
[llvm-mc] Pushing plumbing through for --fatal-warnings flag.
llvm-svn: 243334
Diffstat (limited to 'llvm/test/tools')
| -rw-r--r-- | llvm/test/tools/llvm-mc/fatal_warnings.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-mc/fatal_warnings.test b/llvm/test/tools/llvm-mc/fatal_warnings.test new file mode 100644 index 00000000000..df73ad8b7cf --- /dev/null +++ b/llvm/test/tools/llvm-mc/fatal_warnings.test @@ -0,0 +1,5 @@ +# RUN: not llvm-mc --fatal-warnings %s 2>&1 | FileCheck %s +# XFAIL: hexagon + +# CHECK: error: .warning directive invoked in source file +.warning |

