mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
add missing copyright header
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20614 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1d9f262b9d
commit
7db7fa0828
@ -1,4 +1,11 @@
|
|||||||
//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===//
|
//===- examples/ModuleMaker/ModuleMaker.cpp - Example project ---*- C++ -*-===//
|
||||||
|
//
|
||||||
|
// The LLVM Compiler Infrastructure
|
||||||
|
//
|
||||||
|
// This file was developed by the LLVM research group and is distributed under
|
||||||
|
// the University of Illinois Open Source License. See LICENSE.TXT for details.
|
||||||
|
//
|
||||||
|
//===----------------------------------------------------------------------===//
|
||||||
//
|
//
|
||||||
// This programs is a simple example that creates an LLVM module "from scratch",
|
// This programs is a simple example that creates an LLVM module "from scratch",
|
||||||
// emitting it as a bytecode file to standard out. This is just to show how
|
// emitting it as a bytecode file to standard out. This is just to show how
|
||||||
|
Loading…
Reference in New Issue
Block a user