Sign in
llvm
/
llvm-project
/
6a01ac7d06df875206f746fc982f58c161249285
/
.
/
lldb
/
test
/
API
/
functionalities
/
ptrauth_diagnostics
/
BLRAA_error
/
TestPtrauthBLRAADiagnostic.py
blob: 49e218c0085fce22110bc3dbdd1be5031fb064a0 [
file
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
skipIf
(
archs
=
decorators
.
no_match
([
"arm64e"
]))]
)