1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/Linker/dllstorage-a.ll
Rafael Espindola 3b5b5b2a0f Copy dll storage in copyAttributes.
llvm-svn: 201295
2014-02-13 05:11:35 +00:00

5 lines
130 B
LLVM

; RUN: llvm-link %s %p/dllstorage-b.ll -S -o - | FileCheck %s
@foo = external global i32
; CHECK: @foo = dllexport global i32 42