[all-commits] [llvm/llvm-project] 01bc83: [LLDB] Add PDB/calling-conventions.test for Arm/Wi...

Omair Javaid via All-commits all-commits at lists.llvm.org
Wed Jun 29 02:00:11 PDT 2022


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

  Changed paths:
    A lldb/test/Shell/SymbolFile/PDB/calling-conventions-arm.test
    A lldb/test/Shell/SymbolFile/PDB/calling-conventions-x86.test
    R lldb/test/Shell/SymbolFile/PDB/calling-conventions.test

  Log Message:
  -----------
  [LLDB] Add PDB/calling-conventions.test for Arm/Windows

This patch renames PDB/calling-conventions.test to calling-conventions-x86.test.
Also restrict it to run only for target-x86*.
This patch also adds a arm specific test PDB/calling-conventions-arm.test which
tests that x86 specifc calling convention decorators are ignored by Arm compiler.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D128678




More information about the All-commits mailing list