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

@global = global i32 0

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