mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
df2896d609
llvm-svn: 81290
5 lines
212 B
LLVM
5 lines
212 B
LLVM
; RUN: llc < %s -march=x86 | grep weak | count 2
|
|
@__gthrw_pthread_once = alias weak i32 (i32*, void ()*)* @pthread_once ; <i32 (i32*, void ()*)*> [#uses=0]
|
|
|
|
declare extern_weak i32 @pthread_once(i32*, void ()*)
|