[all-commits] [llvm/llvm-project] 695c22: [LLDB] Fix PDB/pointers.test for 32bit Arm/Windows
Omair Javaid via All-commits
all-commits at lists.llvm.org
Wed Jun 29 01:49:12 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 695c22c84a36daf0ed12b212c2ac9772f45c61f3
https://github.com/llvm/llvm-project/commit/695c22c84a36daf0ed12b212c2ac9772f45c61f3
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M lldb/test/Shell/SymbolFile/PDB/pointers.test
Log Message:
-----------
[LLDB] Fix PDB/pointers.test for 32bit Arm/Windows
PDB/pointers.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 am have made a few minor changes to this test which will make it pass
when run on Windows/Arm platform.
Reviewed By: mstorsjo
Differential Revision: https://reviews.llvm.org/D128668
More information about the All-commits
mailing list