remove isRuntimeCompileEnabled() function

This commit is contained in:
Ivan 2017-10-15 23:24:36 +03:00
parent 9633eca239
commit afae2f296b
5 changed files with 7 additions and 8 deletions

View file

@ -341,7 +341,7 @@ void ArgsBuilder::build(llvm::StringRef outputPath,
args.push_back("-lldc-profile-rt");
}
if (opts::isRuntimeCompileEnabled()) {
if (opts::enableRuntimeCompile) {
args.push_back("-lldc-jit-rt");
args.push_back("-lldc-jit");
}