Oh my. Basic CFA/DFA, local variable support, misc fixes, etc.

This commit is contained in:
Ben Vanik
2014-02-02 00:33:57 -08:00
parent b29276e167
commit bca349b302
37 changed files with 3048 additions and 28 deletions

View File

@@ -5,6 +5,7 @@
'third_party/beaengine.gypi',
'third_party/gflags.gypi',
'third_party/jansson.gypi',
'third_party/llvm.gypi',
'third_party/sparsehash.gypi',
'third_party/wslay.gypi',
],
@@ -187,10 +188,12 @@
'dependencies': [
'beaengine',
'gflags',
'llvm',
],
'export_dependent_settings': [
'beaengine',
'gflags',
'llvm',
],
'direct_dependent_settings': {