enable arm64 tests
commitf4ddc9e54ed589b8d168cd39ebf2a5572b32431b
authorQuentin Carbonneaux <quentin@c9x.me>
Sun, 9 Apr 2017 01:40:39 +0000 (8 21:40 -0400)
committerQuentin Carbonneaux <quentin@c9x.me>
Sun, 9 Apr 2017 02:10:01 +0000 (8 22:10 -0400)
tree2d039c10d5ab9d17c1274fbffd75d793a3e3b1ad
parente4bc35149cc790e3ad034f6643f75c33765b142c
enable arm64 tests

The vararg tests had to be changed because
va_list is 32-bit wide on arm.  The astute
reader will notice that the way we pass
va_list values is wrong, we should be using
the ':valist' type as defined below instead
of 'l'.  But eh, that works for now, because
of the ABI.

    type :valist = align 8 { 32 }
Makefile
test/dark.ssa
test/vararg1.ssa
test/vararg2.ssa