mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-10 21:06:33 +03:00
license header
This commit is contained in:
parent
e6b7127d49
commit
0e50e1db39
1 changed files with 14 additions and 0 deletions
|
@ -1,3 +1,17 @@
|
|||
//===-- jit_context.cpp ---------------------------------------------------===//
|
||||
//
|
||||
// LDC – the LLVM D compiler
|
||||
//
|
||||
// This file is distributed under the Boost Software License. See the LICENSE
|
||||
// file for details.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
//
|
||||
// Jit runtime - shared library part.
|
||||
// Defines jit context which stores evrything required for compilation.
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "jit_context.h"
|
||||
|
||||
#include <cassert>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue