summaryrefslogtreecommitdiff
path: root/test/Assembler/internal-hidden-alias.ll
blob: 660514bb1850a281e6102a9b3b7bd64b49009f7f (plain)
1
2
3
4
5
6
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s

@global = global i32 0

@alias = hidden alias internal i32* @global
; CHECK: symbol with local linkage must have default visibility