llvm-project/llvm/test/Assembler/2007-09-10-AliasFwdRef.ll
Nikita Popov 75a479221b [Assembler] Convert tests to opaque pointers (NFC)
Some tests are removed because the error conditions can no longer
occur with opaque pointers.
2022-12-13 14:36:21 +01:00

13 lines
274 B
LLVM

; RUN: llvm-as < %s | llvm-dis
; RUN: verify-uselistorder %s
; PR1645
@__gthread_active_ptr.5335 = internal constant ptr @__gthrw_pthread_cancel
@__gthrw_pthread_cancel = weak alias i32 (i32), ptr @pthread_cancel
define weak i32 @pthread_cancel(i32) {
ret i32 0
}