summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/alias-error.ll
blob: 89b0876a83754d488c2ebdb84729259fd6c9ae30 (plain)
1
2
3
4
5
; RUN: not llc < %s -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