1# REQUIRES: lld 2; RUN: llc -mtriple x86_64-pc-linux %S/inline-function-address.ll -filetype=obj -o %t.o 3; RUN: ld.lld %t.o %t.o -o %t -shared 4; RUN: lldb-test symbols --find=function --name=foo --function-flags=full %t | FileCheck %s 5; CHECK: Function: {{.*}} "foo" 6; CHECK-NOT: Function: {{.*}} "foo" 7