view test/Assembler/internal-protected-alias.ll @ 122:36195a0db682

merging ( incomplete )
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 17 Nov 2017 20:32:31 +0900
parents afa8332a0e37
children
line wrap: on
line source

; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s

@global = global i32 0

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