mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-23 05:25:50 -04:00

we don't use a thumb code section. Don't run Test128BitsInteger.py on armv7k; it's not a supported type on that target. llvm-svn: 351490
7 lines
170 B
Python
7 lines
170 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
lldbinline.MakeInlineTest(__file__, globals(),
|
|
decorators.skipIf(archs=["armv7k"]))
|
|
|