[sanitizer] Improve FreeBSD ASLR detection
[llvm-project.git] / llvm / test / Assembler / ifunc-dsolocal.ll
blobf8e2c3af1500e6b52cea07de1a7d4040d90a3b44
1 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
3 @foo = dso_local ifunc i32 (i32), i32 (i32)* ()* @foo_ifunc
4 ; CHECK: @foo = dso_local ifunc i32 (i32), i32 (i32)* ()* @foo_ifunc
6 define internal i32 (i32)* @foo_ifunc() {
7 entry:
8   ret i32 (i32)* null