adds asmjit support

This commit is contained in:
2023-10-23 10:19:16 +02:00
parent a4d4ed5898
commit fdb96cbdb8
6 changed files with 43 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ namespace po = boost::program_options;
using namespace sc_core;
namespace {
std::unordered_set<std::string> backend_opts = {"interp", "tcc"};
std::unordered_set<std::string> backend_opts = {"interp", "tcc", "asmjit"};
}
CLIParser::CLIParser(int argc, char *argv[])
: desc("Options")