Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libcxxabi/src/cxa_personality.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp
index 8b2d7328cb5d..e49278c0ba69 100644
--- a/libcxxabi/src/cxa_personality.cpp
+++ b/libcxxabi/src/cxa_personality.cpp
@@ -726,13 +726,6 @@ scan_eh_tab(scan_results& results, _Unwind_Action actions, bool native_exception
// public API
/*
-A foreign exception is defined by by one with an exceptionClass that doesn't
-have 'C++' in the 3 low order bytes 3 - 1:
-
- big end | | ... | C | + | + |1/0| little end
-
-The lowest order byte may be 0 or 1.
-
The personality function branches on actions like so:
_UA_SEARCH_PHASE