forked from OSchip/llvm-project
Forgot to include this file in the last commit: Move kOurExceptionClass and kOurDependentExceptionClass from source to header so that they can be used in multiple sources. This is a private header, these constants are not publicly exposed.
llvm-svn: 148829
This commit is contained in:
parent
6830b2a493
commit
9e5d74b239
|
@ -220,8 +220,6 @@ getTTypeEntry(int64_t typeOffset, const uint8_t* classInfo, uint8_t ttypeEncodin
|
|||
return classInfo - typeOffset;
|
||||
}
|
||||
|
||||
static const uint64_t kOurDependentExceptionClass = 0x434C4E47432B2B01; // CLNGC++\1
|
||||
|
||||
/// Deals with Dwarf actions matching our type infos
|
||||
/// (OurExceptionType_t instances). Returns whether or not a dwarf emitted
|
||||
/// action matches the supplied exception type. If such a match succeeds,
|
||||
|
|
Loading…
Reference in New Issue