[Lldb-commits] [PATCH] D143265: [lldb] Enable arm64 target for entry values test
Felipe de Azevedo Piovezan via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 3 06:43:13 PST 2023
fdeazeve created this revision.
fdeazeve added a reviewer: Michael137.
Herald added subscribers: omjavaid, kristof.beyls.
Herald added a project: All.
fdeazeve requested review of this revision.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
This test is supposed to work in arm64.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D143265
Files:
lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
Index: lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
===================================================================
--- lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
+++ lldb/test/API/functionalities/param_entry_vals/basic_entry_values/TestBasicEntryValues.py
@@ -2,7 +2,7 @@
from lldbsuite.test.decorators import *
from lldbsuite.test import lldbplatformutil
-supported_archs = ["x86_64", "aarch64"]
+supported_archs = ["x86_64", "aarch64", "arm64", "arm64e"]
decorators = [skipIf(archs=no_match(supported_archs)),
skipIf(compiler="clang", compiler_version=['<', '11.0']),
skipUnlessHasCallSiteInfo,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143265.494615.patch
Type: text/x-patch
Size: 719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230203/4a3a965b/attachment.bin>
More information about the lldb-commits
mailing list