summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alias-error.ll
blob: 1b34d177268d43037a5d269d49b6c921fcd7dec1 (plain)
1
2
3
4
5
; RUN: not llc -mtriple=i686-pc-linux-gnu %s 2>&1 | FileCheck %s

@a = external global i32
@b = alias i32* @a
; CHECK: b: Target doesn't support aliases to declarations