mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 04:15:58 +03:00
License headers and style fixes
This commit is contained in:
parent
e8ba51fb84
commit
abcfc7a451
15 changed files with 192 additions and 30 deletions
|
@ -1,4 +1,13 @@
|
|||
#include "runtimecompile.h"
|
||||
//===-- runtimecompile.cpp ------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the BSD-style LDC license. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "gen/runtimecompile.h"
|
||||
|
||||
#if defined(LDC_RUNTIME_COMPILE)
|
||||
|
||||
|
@ -797,6 +806,7 @@ void addRuntimeCompiledVar(IRState *irs, IrGlobal *var) {
|
|||
}
|
||||
|
||||
#else // defined(LDC_RUNTIME_COMPILE)
|
||||
|
||||
void generateBitcodeForRuntimeCompile(IRState *) {
|
||||
// nothing
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue