10 lines · plain
1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2 3@foo = dso_local ifunc i32 (i32), ptr @foo_ifunc4; CHECK: @foo = dso_local ifunc i32 (i32), ptr @foo_ifunc5 6define internal ptr @foo_ifunc() {7entry:8 ret ptr null9}10 1; RUN: llvm-as < %s | llvm-dis | FileCheck %s2 3@foo = dso_local ifunc i32 (i32), ptr @foo_ifunc4; CHECK: @foo = dso_local ifunc i32 (i32), ptr @foo_ifunc5 6define internal ptr @foo_ifunc() {7entry:8 ret ptr null9}10