llvm-6502/test/ExecutionEngine/RuntimeDyld/AArch64/lit.local.cfg
Juergen Ributzka 04e8cc79cd [RuntimeDyld][MachO][AArch64] Add a helper function for encoding addends in instructions.
Factor out the addend encoding into a helper function and simplify the
processRelocationRef.

Also add a few simple rtdyld tests. More tests to come once GOTs can be tested too.

Related to <rdar://problem/17768539>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213689 91177308-0d34-0410-b5e6-96231b3b80d8
2014-07-22 21:42:55 +00:00

4 lines
72 B
INI

if not 'AArch64' in config.root.targets:
config.unsupported = True