revive LLVM support (WIP)

This commit is contained in:
2023-07-13 09:42:39 +02:00
parent 720236ec3f
commit a0ca3cdfa5
2 changed files with 12 additions and 8 deletions

View File

@ -39,7 +39,7 @@
#include <boost/program_options.hpp>
#include "iss/arch/tgc_mapper.h"
#ifdef WITH_LLVM
#include <iss/llvm/jit_helper.h>
#include <iss/llvm/jit_init.h>
#endif
#include <iss/log_categories.h>
#include "iss/plugin/cycle_estimate.h"