brintos

brintos / llvm-project-archived public Read only

0
0
Text · 302 B · 8334340 Raw
7 lines · plain
1# REQUIRES: lld2; RUN: llc -mtriple x86_64-pc-linux %S/inline-function-address.ll -filetype=obj -o %t.o3; RUN: ld.lld %t.o %t.o -o %t -shared4; RUN: lldb-test symbols --find=function --name=foo --function-flags=full %t | FileCheck %s5; CHECK: Function: {{.*}} "foo"6; CHECK-NOT: Function: {{.*}} "foo"7