[libc++abi] Delete config.h

Summary: It's now completely empty, so we can remove it entirely.

Reviewers: mclow.lists, EricWF

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D31502

llvm-svn: 299129
This commit is contained in:
Shoaib Meenai 2017-03-30 23:31:33 +00:00
parent 6117a624db
commit a40507574e
10 changed files with 0 additions and 26 deletions

View File

@ -1,17 +0,0 @@
//===----------------------------- config.h -------------------------------===//
//
// The LLVM Compiler Infrastructure
//
// This file is dual licensed under the MIT and the University of Illinois Open
// Source Licenses. See LICENSE.TXT for details.
//
//
// Defines macros used within the libc++abi project.
//
//===----------------------------------------------------------------------===//
#ifndef LIBCXXABI_CONFIG_H
#define LIBCXXABI_CONFIG_H
#endif // LIBCXXABI_CONFIG_H

View File

@ -14,7 +14,6 @@
#include <exception>
#include <cstdlib>
#include "abort_message.h"
#include "config.h" // For __sync_swap
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"

View File

@ -11,7 +11,6 @@
//
//===----------------------------------------------------------------------===//
#include "config.h"
#include "cxxabi.h"
#include <exception> // for std::terminate

View File

@ -13,7 +13,6 @@
#include "cxa_exception.hpp"
#include "config.h"
#include <__threading_support>
#if defined(_LIBCXXABI_HAS_NO_THREADS)

View File

@ -10,7 +10,6 @@
#include "__cxxabi_config.h"
#include "abort_message.h"
#include "config.h"
#include <__threading_support>
#include <stdint.h>

View File

@ -14,7 +14,6 @@
#include <new>
#include <exception>
#include "abort_message.h"
#include "config.h"
#include "cxxabi.h"
#include "cxa_handlers.hpp"
#include "cxa_exception.hpp"

View File

@ -18,7 +18,6 @@
#include <typeinfo>
#include "__cxxabi_config.h"
#include "config.h"
#include "cxa_exception.hpp"
#include "cxa_handlers.hpp"
#include "private_typeinfo.h"

View File

@ -9,7 +9,6 @@
#include "fallback_malloc.h"
#include "config.h"
#include <__threading_support>
#include <cstdlib> // for malloc, calloc, free

View File

@ -11,7 +11,6 @@
// This breaks this test when compiled in C++17. For now fix this by manually
// re-enabling the STL functions.
#define _LIBCPP_ENABLE_CXX17_REMOVED_UNEXPECTED_FUNCTIONS
#include "../src/config.h"
#include <cstdlib>
#include <algorithm>

View File

@ -7,7 +7,6 @@
//
//===----------------------------------------------------------------------===//
#include "../src/config.h"
#include "cxxabi.h"
#include <cassert>