[all-commits] [llvm/llvm-project] 080324: [lldb] Enable TestFrameFormatNameWithArgs in case ...
Ayush Sahay via All-commits
all-commits at lists.llvm.org
Wed Feb 1 09:35:48 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 08032411301e8996879c4b558b8bb3808d5dfe6f
https://github.com/llvm/llvm-project/commit/08032411301e8996879c4b558b8bb3808d5dfe6f
Author: Ayush Sahay <quic_asahay at quicinc.com>
Date: 2023-02-01 (Wed, 01 Feb 2023)
Changed paths:
M lldb/test/Shell/Settings/TestFrameFormatNameWithArgs.test
M lldb/test/Shell/helper/build.py
Log Message:
-----------
[lldb] Enable TestFrameFormatNameWithArgs in case of cross compilation
TestFrameFormatNameWithArgs.test is enabled only in case of native
compilation but is applicable in case of cross compilation too. So,
provision support for enabling it in case of both, native and cross
compilation.
Reviewed By: Michael137
Differential Revision: https://reviews.llvm.org/D140839
More information about the All-commits
mailing list