mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
Minor libc++abi changes to make things build better with gcc.
llvm-svn: 211748
This commit is contained in:
parent
e9012b035c
commit
49f09fd88a
@ -13,6 +13,7 @@
|
|||||||
#include <new>
|
#include <new>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include "abort_message.h"
|
#include "abort_message.h"
|
||||||
|
#include "config.h" // For __sync_swap
|
||||||
#include "cxxabi.h"
|
#include "cxxabi.h"
|
||||||
#include "cxa_handlers.hpp"
|
#include "cxa_handlers.hpp"
|
||||||
#include "cxa_exception.hpp"
|
#include "cxa_exception.hpp"
|
||||||
|
@ -4893,8 +4893,8 @@ struct Db
|
|||||||
|
|
||||||
} // unnamed namespace
|
} // unnamed namespace
|
||||||
|
|
||||||
__attribute__ ((__visibility__("default")))
|
|
||||||
extern "C"
|
extern "C"
|
||||||
|
__attribute__ ((__visibility__("default")))
|
||||||
char*
|
char*
|
||||||
__cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status)
|
__cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status)
|
||||||
{
|
{
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
#include <new>
|
#include <new>
|
||||||
#include <exception>
|
#include <exception>
|
||||||
#include "abort_message.h"
|
#include "abort_message.h"
|
||||||
|
#include "config.h"
|
||||||
#include "cxxabi.h"
|
#include "cxxabi.h"
|
||||||
#include "cxa_handlers.hpp"
|
#include "cxa_handlers.hpp"
|
||||||
#include "cxa_exception.hpp"
|
#include "cxa_exception.hpp"
|
||||||
|
Loading…
Reference in New Issue
Block a user