mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-19 16:35:10 +00:00
Demoting CHelpers.h to include/llvm/Support.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42465 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
336c6c0486
commit
d070d1e56f
@ -8,8 +8,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm-c/BitWriter.h"
|
||||
#include "llvm/CHelpers.h"
|
||||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/Support/CHelpers.h"
|
||||
#include <fstream>
|
||||
|
||||
using namespace llvm;
|
||||
|
@ -14,10 +14,10 @@
|
||||
|
||||
#include "llvm-c/Core.h"
|
||||
#include "llvm/Bitcode/ReaderWriter.h"
|
||||
#include "llvm/CHelpers.h"
|
||||
#include "llvm/Constants.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/GlobalVariable.h"
|
||||
#include "llvm/Support/CHelpers.h"
|
||||
#include "llvm/Support/LLVMBuilder.h"
|
||||
#include "llvm/TypeSymbolTable.h"
|
||||
#include <cassert>
|
||||
|
Loading…
x
Reference in New Issue
Block a user