Cleaning up LLVM exports and adding an access violation trap.

This commit is contained in:
Ben Vanik
2013-01-30 14:52:41 -08:00
parent 23378443e8
commit 2ecacedaa6
7 changed files with 258 additions and 148 deletions

View File

@@ -3,6 +3,7 @@
'sources': [
'cpu.cc',
'exec_module.cc',
'llvm_exports.cc',
'processor.cc',
'sdb.cc',
'thread_state.cc',