[all-commits] [llvm/llvm-project] 8e9360: Fix PDB/func-symbols.test for Arm/Windows

Omair Javaid via All-commits all-commits at lists.llvm.org
Thu Jun 30 06:58:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e9360db1b4128ad4d90a6fe1cf1c20879976f64
      https://github.com/llvm/llvm-project/commit/8e9360db1b4128ad4d90a6fe1cf1c20879976f64
  Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M lldb/test/Shell/SymbolFile/PDB/func-symbols.test

  Log Message:
  -----------
  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.




More information about the All-commits mailing list