lfortran: switch default backend from llvm to cpp

This commit is contained in:
Chongyun Lee 2022-07-09 00:17:01 +08:00 committed by Uchiha Kakashi
parent 61bb2e835e
commit 93ba021320
1 changed files with 9 additions and 0 deletions

View File

@ -56,3 +56,12 @@
}
std::string cmd = CXX + options + " -o " + outfile + " ";
for (auto &s : infiles) {
@@ -1304,7 +1322,7 @@
bool show_asm = false;
bool time_report = false;
bool static_link = false;
- std::string arg_backend = "llvm";
+ std::string arg_backend = "cpp";
std::string arg_kernel_f;
bool print_targets = false;