ARM: Add ARM-specific assembler backend.

This commit is contained in:
Mike Pall
2011-06-02 03:18:26 +02:00
parent fff2fb31f9
commit 5d82cfd091
5 changed files with 2274 additions and 0 deletions

View File

@@ -125,6 +125,8 @@ typedef uint32_t RegCost;
#if LJ_TARGET_X86ORX64
#include "lj_target_x86.h"
#elif LJ_TARGET_ARM
#include "lj_target_arm.h"
#else
#error "Missing include for target CPU"
#endif