mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-01 12:43:47 +00:00
libcxxabi: Rename .hpp files to .h
LLVM uses .h as its extension for header files. Differential Revision: https://reviews.llvm.org/D65981 llvm-svn: 368604
This commit is contained in:
parent
c3b93bed29
commit
086048df04
@ -14,8 +14,8 @@
|
||||
#include <cstdlib>
|
||||
#include "abort_message.h"
|
||||
#include "cxxabi.h"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_handlers.h"
|
||||
#include "cxa_exception.h"
|
||||
#include "private_typeinfo.h"
|
||||
#include "include/atomic_support.h"
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
#include <exception> // for std::terminate
|
||||
#include <cstring> // for memset
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.h"
|
||||
#include "cxa_handlers.h"
|
||||
#include "fallback_malloc.h"
|
||||
#include "include/atomic_support.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===------------------------- cxa_exception.hpp --------------------------===//
|
||||
//===------------------------- cxa_exception.h ----------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
@ -10,7 +10,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_exception.h"
|
||||
|
||||
#include <__threading_support>
|
||||
|
||||
|
@ -14,8 +14,8 @@
|
||||
#include <exception>
|
||||
#include "abort_message.h"
|
||||
#include "cxxabi.h"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_handlers.h"
|
||||
#include "cxa_exception.h"
|
||||
#include "private_typeinfo.h"
|
||||
#include "include/atomic_support.h"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
//===------------------------- cxa_handlers.cpp ---------------------------===//
|
||||
//===------------------------- cxa_handlers.h -----------------------------===//
|
||||
//
|
||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
|
||||
// See https://llvm.org/LICENSE.txt for license information.
|
@ -15,8 +15,8 @@
|
||||
#include "cxxabi.h"
|
||||
|
||||
#include <exception> // for std::terminate
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.h"
|
||||
#include "cxa_handlers.h"
|
||||
|
||||
namespace __cxxabiv1 {
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
#include <typeinfo>
|
||||
|
||||
#include "__cxxabi_config.h"
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_handlers.hpp"
|
||||
#include "cxa_exception.h"
|
||||
#include "cxa_handlers.h"
|
||||
#include "private_typeinfo.h"
|
||||
#include "unwind.h"
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
#include <exception>
|
||||
#include "cxxabi.h"
|
||||
#include "cxa_exception.hpp"
|
||||
#include "cxa_exception.h"
|
||||
|
||||
namespace __cxxabiv1
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <cassert>
|
||||
#include "support/timer.hpp"
|
||||
#include "support/timer.h"
|
||||
|
||||
namespace t1
|
||||
{
|
||||
|
@ -7,7 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <cassert>
|
||||
#include "support/timer.hpp"
|
||||
#include "support/timer.h"
|
||||
|
||||
// This test explicitly tests dynamic cast with types that have inaccessible
|
||||
// bases.
|
||||
|
@ -7,7 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <cassert>
|
||||
#include "support/timer.hpp"
|
||||
#include "support/timer.h"
|
||||
|
||||
// This test explicitly tests dynamic cast with types that have inaccessible
|
||||
// bases.
|
||||
|
@ -10,7 +10,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <tuple>
|
||||
#include "support/timer.hpp"
|
||||
#include "support/timer.h"
|
||||
|
||||
template <std::size_t Indx, std::size_t Depth>
|
||||
struct C
|
||||
|
@ -6,7 +6,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "support/timer.hpp"
|
||||
#include "support/timer.h"
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
#include <cstdlib>
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <__threading_support>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../src/cxa_exception.hpp"
|
||||
#include "../src/cxa_exception.h"
|
||||
|
||||
typedef __cxxabiv1::__cxa_eh_globals globals_t ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user