diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/alias-error.ll')
| -rw-r--r-- | llvm/test/CodeGen/X86/alias-error.ll | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/X86/alias-error.ll b/llvm/test/CodeGen/X86/alias-error.ll deleted file mode 100644 index 8f01dcff2bf..00000000000 --- a/llvm/test/CodeGen/X86/alias-error.ll +++ /dev/null @@ -1,5 +0,0 @@ -; RUN: not llc -mtriple=i686-pc-linux-gnu %s -o /dev/null 2>&1 | FileCheck %s - -@a = external global i32 -@b = alias i32* @a -; CHECK: b: Target doesn't support aliases to declarations |

