forked from OSchip/llvm-project
Fix build.
Had a bad rebase that merged the #if in two places. Whoops. llvm-svn: 228366
This commit is contained in:
parent
37dd631804
commit
02bc357b6c
|
@ -18,8 +18,6 @@
|
|||
#include <stdint.h>
|
||||
#include <unwind.h>
|
||||
|
||||
#if LIBCXXABI_ARM_EHABI
|
||||
|
||||
// Unable to unwind in the ARM index table (section 5 EHABI).
|
||||
#define UNW_EXIDX_CANTUNWIND 0x1
|
||||
|
||||
|
|
Loading…
Reference in New Issue