Sign in
llvm
/
llvm-project
/
fd3907ccb583df99e9c19d2fe84e4e7c52d75de9
/
.
/
lldb
/
test
/
API
/
functionalities
/
ptrauth_diagnostics
/
brkC47x_code
/
TestPtrauthBRKc47xDiagnostic.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"
]))]
)