Fix PDB/func-symbols.test for Arm/Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Wed, 29 Jun 2022 09:22:56 +0000 (13:22 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 30 Jun 2022 13:58:19 +0000 (17:58 +0400)
commit8e9360db1b4128ad4d90a6fe1cf1c20879976f64
tree2632ea73e10d3d05985215763b2fa766d5dd1fa2
parent36ac436068341cbe517903220aae57302c17ade9
Fix PDB/func-symbols.test for Arm/Windows

PDB/func-symbols.test was orignally written for 32bit x86, keeping in
mind cdecl and stdcall calling conventions which does name mangling for
example like adding "_" underscore before function name.
This is only x86 specific but purpose of pointers.test is NOT to test
calling convention.
I have made a minor change to make this test pass on Windows/Arm.
lldb/test/Shell/SymbolFile/PDB/func-symbols.test