[llvm-commits] CVS: llvm/runtime/GCCLibraries/crtend/Exception.h C++-Exception.cpp C++-Exception.h

Chris Lattner lattner at cs.uiuc.edu
Wed Aug 4 19:27:40 PDT 2004



Changes in directory llvm/runtime/GCCLibraries/crtend:

Exception.h updated: 1.7 -> 1.8
C++-Exception.cpp (r1.11) removed
C++-Exception.h (r1.9) removed
---
Log message:

Two files are moved to libstdc++, and a NOTE gets added


---
Diffs of the changes:  (+10 -0)

Index: llvm/runtime/GCCLibraries/crtend/Exception.h
diff -u llvm/runtime/GCCLibraries/crtend/Exception.h:1.7 llvm/runtime/GCCLibraries/crtend/Exception.h:1.8
--- llvm/runtime/GCCLibraries/crtend/Exception.h:1.7	Sat Aug 30 18:29:08 2003
+++ llvm/runtime/GCCLibraries/crtend/Exception.h	Wed Aug  4 21:27:28 2004
@@ -1,8 +1,18 @@
 //===- Exception.h - Generic language-independent exceptions ----*- 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 the shared data structures used by all language
 // specific exception handling runtime libraries.
 //
+// NOTE NOTE NOTE: A copy of this file lives in llvmgcc/libstdc++-v3/libsupc++/
+// Any modifications to this file must keep it in sync!
+//
 //===----------------------------------------------------------------------===//
 
 #ifndef EXCEPTION_H






More information about the llvm-commits mailing list