2007-09-11 07:23:53 +08:00
|
|
|
; RUN: llvm-as < %s | llvm-dis
|
2014-08-20 05:08:27 +08:00
|
|
|
; RUN: verify-uselistorder %s
|
2007-09-11 07:23:53 +08:00
|
|
|
; PR1645
|
|
|
|
|
|
|
|
@__gthread_active_ptr.5335 = internal constant i8* bitcast (i32 (i32)* @__gthrw_pthread_cancel to i8*)
|
2015-09-11 11:22:04 +08:00
|
|
|
@__gthrw_pthread_cancel = weak alias i32 (i32), i32 (i32)* @pthread_cancel
|
2007-09-11 07:23:53 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
2014-03-13 04:15:49 +08:00
|
|
|
define weak i32 @pthread_cancel(i32) {
|
|
|
|
ret i32 0
|
|
|
|
}
|