forked from OSchip/llvm-project
parent
8d907494b4
commit
20e7232ffc
|
@ -9,7 +9,6 @@
|
|||
#define SJLJ_EXCEPTION_H
|
||||
|
||||
#include "Exception.h"
|
||||
#include <cassert>
|
||||
|
||||
struct llvm_sjlj_exception {
|
||||
// JmpBuffer - This is the buffer which was longjmp'd with.
|
||||
|
|
|
@ -9,7 +9,6 @@
|
|||
#define SJLJ_EXCEPTION_H
|
||||
|
||||
#include "Exception.h"
|
||||
#include <cassert>
|
||||
|
||||
struct llvm_sjlj_exception {
|
||||
// JmpBuffer - This is the buffer which was longjmp'd with.
|
||||
|
|
Loading…
Reference in New Issue