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 <exception>
|
||||
#include "abort_message.h"
|
||||
#include "config.h" // For __sync_swap
|
||||
#include "cxxabi.h"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.hpp"
|
||||
|
@ -4893,8 +4893,8 @@ struct Db
|
||||
|
||||
} // unnamed namespace
|
||||
|
||||
__attribute__ ((__visibility__("default")))
|
||||
extern "C"
|
||||
__attribute__ ((__visibility__("default")))
|
||||
char*
|
||||
__cxa_demangle(const char* mangled_name, char* buf, size_t* n, int* status)
|
||||
{
|
||||
|
@ -14,6 +14,7 @@
|
||||
#include <new>
|
||||
#include <exception>
|
||||
#include "abort_message.h"
|
||||
#include "config.h"
|
||||
#include "cxxabi.h"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user