allwinner_a64/android/external/llvm/test/Linker/dllstorage-a.ll
2018-08-08 16:14:42 +08:00

4 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