diff options
| author | Diana Picus <diana.picus@linaro.org> | 2017-02-08 14:02:16 +0000 |
|---|---|---|
| committer | Diana Picus <diana.picus@linaro.org> | 2017-02-08 14:02:16 +0000 |
| commit | 79add417b44a5e793adf1375e9968ded2972b028 (patch) | |
| tree | 6c4b2bb9c9e875cb057869ae4c40de8d3ff0cc2f /llvm/test/Assembler | |
| parent | a3bc043caaa306fbddd3c448cc72c2bb34315cff (diff) | |
| download | bcm5719-llvm-79add417b44a5e793adf1375e9968ded2972b028.tar.gz bcm5719-llvm-79add417b44a5e793adf1375e9968ded2972b028.zip | |
Revert "[Assembler] Enable nicer diagnostics for inline assembly."
This reverts commit r294433 because it seems it broke the buildbots.
llvm-svn: 294448
Diffstat (limited to 'llvm/test/Assembler')
| -rw-r--r-- | llvm/test/Assembler/inline-asm-diags.ll | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/test/Assembler/inline-asm-diags.ll b/llvm/test/Assembler/inline-asm-diags.ll deleted file mode 100644 index 070c820b39b..00000000000 --- a/llvm/test/Assembler/inline-asm-diags.ll +++ /dev/null @@ -1,9 +0,0 @@ -; RUN: not llc -filetype=obj < %s 2>&1 -o /dev/null | FileCheck %s - -module asm ".word 0x10" -module asm ".word -bar" - -; CHECK: <inline asm>:2:7: error: expected relocatable expression - -module asm ".word -foo" -; CHECK: <inline asm>:3:7: error: expected relocatable expression |

