[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:52:34 PST 2023
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2e70da2e431a: [lldb] Enable arm64 target for entry values test (authored by fdeazeve).
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143265/new/
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.494619.patch
Type: text/x-patch
Size: 719 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230203/e6569b0e/attachment.bin>
    
    
More information about the lldb-commits
mailing list