summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alias-error.ll
blob: 8f01dcff2bf9ba15a2eb6b287565586f62ba836d (plain)
1
2
3
4
5
; 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