mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 04:45:56 +03:00
Renaming
This commit is contained in:
parent
876d37f61a
commit
e53f7f4be1
6 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "gen/runtimecompile.h"
|
||||
|
||||
#if defined(LDC_RUNTIME_COMPILE)
|
||||
#if defined(LDC_DYNAMIC_COMPILE)
|
||||
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
|
@ -805,7 +805,7 @@ void addRuntimeCompiledVar(IRState *irs, IrGlobal *var) {
|
|||
irs->dynamicCompiledVars.insert(var);
|
||||
}
|
||||
|
||||
#else // defined(LDC_RUNTIME_COMPILE)
|
||||
#else // defined(LDC_DYNAMIC_COMPILE)
|
||||
|
||||
void generateBitcodeForRuntimeCompile(IRState *) {
|
||||
// nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue