aboutsummaryrefslogtreecommitdiff
path: root/lit/SymbolFile/PDB/function-nested-block.test
blob: 93543c68113053c7427cbd3fb89278a08a85ab6c (plain) (blame)
1
2
3
4
5
6
7
REQUIRES: windows, lld
RUN: clang-cl /c /Zi %S/Inputs/FunctionNestedBlockTest.cpp /o %t.obj
RUN: lld-link /debug:full /nodefaultlib /entry:main %t.obj /out:%t.exe
RUN: lldb-test symbols -find=function -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck %s

CHECK: Found 1 functions:
CHECK: name = "{{.*}}", mangled = "{{_?}}main"