diff options
Diffstat (limited to 'test/Assembler/declare-unnamed-addr.ll')
-rw-r--r-- | test/Assembler/declare-unnamed-addr.ll | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/Assembler/declare-unnamed-addr.ll b/test/Assembler/declare-unnamed-addr.ll deleted file mode 100644 index ac74299..0000000 --- a/test/Assembler/declare-unnamed-addr.ll +++ /dev/null @@ -1,8 +0,0 @@ -; RUN: not llvm-as %s -o /dev/null 2>%t -; RUN: FileCheck -input-file=%t %s - -declare unnamed_addr i32 @zed() - -// CHECK: error: only definitions can have unnamed_addr -// CHECK: declare unnamed_addr i32 @zed() -// CHECK: ^ |