repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[JITLink][LoongArch] Support R_LARCH_ALIGN relaxation (#122259)
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
objc_direct-methods
/
TestObjCDirectMethods.py
blob
dfb27b7027ca3e17b64d19ac11e6e0207aa6bc18
1
from
lldbsuite
.
test
import
lldbinline
2
from
lldbsuite
.
test
import
decorators
3
4
decor
= [
decorators
.
skipIf
(
compiler
=
"clang"
,
compiler_version
=[
"<"
,
"16.0"
])]
5
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
decor
)