Move language independent exception handling routines OUT of C++Exception.cpp
authorChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 23:17:51 +0000 (23:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 30 Aug 2003 23:17:51 +0000 (23:17 +0000)
commit7f45519784671a552b7dfd0fe36d4b8918a60ca9
tree62fc6926c283d7513b5a19d6360ee50a056f5a14
parente86159df9de144f935bbbc05347b3b296594b9fc
Move language independent exception handling routines OUT of C++Exception.cpp

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8232 91177308-0d34-0410-b5e6-96231b3b80d8
runtime/GCCLibraries/crtend/C++-Exception.cpp
runtime/GCCLibraries/crtend/Exception.cpp [new file with mode: 0644]
runtime/GCCLibraries/crtend/Exception.h
runtime/GCCLibraries/libexception/C++-Exception.cpp
runtime/GCCLibraries/libexception/Exception.cpp [new file with mode: 0644]
runtime/GCCLibraries/libexception/Exception.h