mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-07 11:26:02 +03:00
rename rtCompileProcess() to compileDynamicCode()
This commit is contained in:
parent
6aa5a8e5a2
commit
5bb48d84c4
14 changed files with 21 additions and 35 deletions
|
@ -124,7 +124,7 @@ void setupPasses(llvm::TargetMachine &targetMachine,
|
|||
mpm.add(llvm::createStripDeadPrototypesPass());
|
||||
mpm.add(llvm::createStripDeadDebugInfoPass());
|
||||
|
||||
addOptimizationPasses(mpm, fpm, settings.optLevel, settings.sizeLeve);
|
||||
addOptimizationPasses(mpm, fpm, settings.optLevel, settings.sizeLevel);
|
||||
}
|
||||
|
||||
struct FuncFinalizer final {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue