summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-30 23:29:08 +0000
committerChris Lattner <sabre@nondot.org>2003-08-30 23:29:08 +0000
commited499d2e0a995d354dd8e926adfc3409cca7a041 (patch)
tree07c4b09a2b07acbfcd6063cf7117304f1c120472 /runtime
parent7a9fd015a3c77ff83fe5d15694405211ef1f927e (diff)
downloadllvm-ed499d2e0a995d354dd8e926adfc3409cca7a041.tar.gz
llvm-ed499d2e0a995d354dd8e926adfc3409cca7a041.tar.bz2
llvm-ed499d2e0a995d354dd8e926adfc3409cca7a041.tar.xz
Rename LongJmpException -> SJLJException
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8234 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime')
-rw-r--r--runtime/GCCLibraries/crtend/Exception.h6
-rw-r--r--runtime/GCCLibraries/libexception/Exception.h6
2 files changed, 6 insertions, 6 deletions
diff --git a/runtime/GCCLibraries/crtend/Exception.h b/runtime/GCCLibraries/crtend/Exception.h
index 8db3bdbb78..d3f95e77b0 100644
--- a/runtime/GCCLibraries/crtend/Exception.h
+++ b/runtime/GCCLibraries/crtend/Exception.h
@@ -42,9 +42,9 @@ struct llvm_exception {
};
enum {
- ErrorException = 0,
- LongjmpException = 1,
- CXXException = 2,
+ ErrorException = 0,
+ SJLJException = 1,
+ CXXException = 2,
};
// Language independent exception handling API...
diff --git a/runtime/GCCLibraries/libexception/Exception.h b/runtime/GCCLibraries/libexception/Exception.h
index 8db3bdbb78..d3f95e77b0 100644
--- a/runtime/GCCLibraries/libexception/Exception.h
+++ b/runtime/GCCLibraries/libexception/Exception.h
@@ -42,9 +42,9 @@ struct llvm_exception {
};
enum {
- ErrorException = 0,
- LongjmpException = 1,
- CXXException = 2,
+ ErrorException = 0,
+ SJLJException = 1,
+ CXXException = 2,
};
// Language independent exception handling API...