Broken, incomplete, but need to move forward with rewrite.

This commit is contained in:
Ben Vanik
2013-04-21 12:34:20 -07:00
parent 4987147055
commit b018b6fe56
51 changed files with 3455 additions and 2397 deletions

View File

@@ -1,13 +1,20 @@
# Copyright 2013 Ben Vanik. All Rights Reserved.
{
'sources': [
'backend.h',
'code_unit_builder.h',
'cpu-private.h',
'cpu.cc',
'cpu.h',
'exec_module.cc',
'exec_module.h',
'llvm_exports.cc',
'llvm_exports.h',
'function_table.cc',
'function_table.h',
'global_exports.cc',
'global_exports.h',
'jit.h',
'library_linker.h',
'library_loader.h',
'ppc.h',
'processor.cc',
'processor.h',
@@ -16,7 +23,7 @@
],
'includes': [
'codegen/sources.gypi',
'llvmbe/sources.gypi',
'ppc/sources.gypi',
'sdb/sources.gypi',
],