llvm-6502/test/Assembler/internal-protected-alias.ll

7 lines
193 B
LLVM
Raw Permalink Normal View History

; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
@global = global i32 0
@alias = internal protected alias i32* @global
; CHECK: symbol with local linkage must have default visibility