xref: /llvm-project/lldb/test/Shell/SymbolFile/DWARF/x86/inline-function-address-shared.test (revision 8a64d80a959bf2844df33f9112e456f33de7b468)
1*8a64d80aSDavid Spickett# REQUIRES: lld
2*8a64d80aSDavid Spickett; RUN: llc -mtriple x86_64-pc-linux %S/inline-function-address.ll -filetype=obj -o %t.o
3*8a64d80aSDavid Spickett; RUN: ld.lld %t.o %t.o -o %t -shared
4*8a64d80aSDavid Spickett; RUN: lldb-test symbols --find=function --name=foo --function-flags=full %t | FileCheck %s
5*8a64d80aSDavid Spickett; CHECK: Function: {{.*}} "foo"
6*8a64d80aSDavid Spickett; CHECK-NOT: Function: {{.*}} "foo"
7