Mercurial > hg > CbC > CbC_llvm
view test/Assembler/internal-protected-alias.ll @ 115:95b91bc9a2f8
cleanupflag
author | mir3636 |
---|---|
date | Fri, 05 Aug 2016 19:04:52 +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