forked from OSchip/llvm-project
add include of int_lib.h to match change to use compilerrt_abort()
llvm-svn: 101396
This commit is contained in:
parent
626b02470b
commit
5b0a0629a3
|
@ -13,6 +13,8 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "int_lib.h"
|
||||
|
||||
/*
|
||||
* _Unwind_* stuff based on C++ ABI public documentation
|
||||
* http://refspecs.freestandards.org/abi-eh-1.21.html
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "int_lib.h"
|
||||
|
||||
extern void __clear_cache(void* start, void* end);
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue