mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Add missing copyrights
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15513 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9a7e0c5366
commit
45872bfd83
@ -1,4 +1,11 @@
|
||||
//===- SJLJ-Exception.cpp - SetJmp/LongJmp Exception Handling -------------===//
|
||||
//
|
||||
// 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 file implements the API used by the Setjmp/Longjmp exception handling
|
||||
// runtime library.
|
||||
|
@ -1,4 +1,11 @@
|
||||
//===- SJLJ-Exception.h - SetJmp/LongJmp Exception Handling -----*- 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 file defines the data structures and API used by the Setjmp/Longjmp
|
||||
// exception handling runtime library.
|
||||
|
@ -1,4 +1,11 @@
|
||||
/*===- crtend.c - Initialization code for programs ------------------------===*\
|
||||
*
|
||||
* 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 file defines the __main function, which is used to run static
|
||||
* constructors and destructors in C++ programs, or with C programs that use GCC
|
||||
|
Loading…
x
Reference in New Issue
Block a user