[all-commits] [llvm/llvm-project] 9bee13: Move targetHasSVE function to lldbtest.py
Muhammad Omair Javaid via All-commits
all-commits at lists.llvm.org
Sun Sep 6 20:38:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9bee13f89085b08e4e8e24c51c11526fcef6efe1
https://github.com/llvm/llvm-project/commit/9bee13f89085b08e4e8e24c51c11526fcef6efe1
Author: Muhammad Omair Javaid <omair.javaid at linaro.org>
Date: 2020-09-07 (Mon, 07 Sep 2020)
Changed paths:
M lldb/packages/Python/lldbsuite/test/lldbtest.py
M lldb/test/API/commands/register/register/aarch64_sve_registers/rw_access_static_config/TestSVERegisters.py
Log Message:
-----------
Move targetHasSVE function to lldbtest.py
targetHasSVE helper function was added to test for availability of SVE support
by connected platform. We now intend to use this function in other testcases
and I am moving it to a generic location in lldbtest.py to allow usage by
other upcoming testcases.
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D86872
More information about the All-commits
mailing list