mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-04-29 14:40:40 +03:00
Rename -ir2obj-cache-*
cmdline flags to -cache-*
, because the cache can be used for more things than just ir2obj caching.
Rename "ir2obj" namespace to "cache".
This commit is contained in:
parent
a90fdfe624
commit
e0c78fa198
14 changed files with 104 additions and 103 deletions
|
@ -1131,7 +1131,7 @@ void codegenModules(Modules &modules) {
|
|||
}
|
||||
}
|
||||
|
||||
ir2obj::pruneCache();
|
||||
cache::pruneCache();
|
||||
|
||||
freeRuntime();
|
||||
llvm::llvm_shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue