Removing libjit, because it is pretty terrible.

This commit is contained in:
Ben Vanik
2013-05-23 17:48:01 -07:00
parent 7f4f448369
commit 57b486c4ad
6 changed files with 2 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ int Run::Setup() {
xe_zero_struct(&pal_options, sizeof(pal_options));
XEEXPECTZERO(xe_pal_init(pal_options));
backend_ = shared_ptr<Backend>(new xe::cpu::libjit::LibjitBackend());
//backend_ = shared_ptr<Backend>(new xe::cpu::libjit::LibjitBackend());
debugger_ = shared_ptr<Debugger>(new Debugger());