Sign in
llvm
/
llvm-project
/
1daf2994de49d1ecba4bee4e6842aa8a564cbc96
/
.
/
lldb
/
test
/
API
/
functionalities
/
ptrauth_diagnostics
/
LDRAA_error
/
TestPtrauthLDRAADiagnostic.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"
]))]
)