comparison test/Assembler/internal-protected-alias.ll @ 77:54457678186b LLVM3.6

LLVM 3.6
author Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp>
date Mon, 08 Sep 2014 22:06:00 +0900
parents
children afa8332a0e37
comparison
equal deleted inserted replaced
34:e874dbf0ad9d 77:54457678186b
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
2
3 @global = global i32 0
4
5 @alias = internal protected alias i32* @global
6 ; CHECK: symbol with local linkage must have default visibility