forked from OSchip/llvm-project
parent
069f38d1bf
commit
182addf159
|
@ -19,7 +19,6 @@
|
||||||
#include "llvm/ADT/StringSwitch.h"
|
#include "llvm/ADT/StringSwitch.h"
|
||||||
#include "llvm/ADT/Triple.h"
|
#include "llvm/ADT/Triple.h"
|
||||||
#include "llvm/System/DataTypes.h"
|
#include "llvm/System/DataTypes.h"
|
||||||
#include "llvm/Type.h"
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
@ -28,6 +27,7 @@ namespace llvm {
|
||||||
struct fltSemantics;
|
struct fltSemantics;
|
||||||
class StringRef;
|
class StringRef;
|
||||||
class LLVMContext;
|
class LLVMContext;
|
||||||
|
class Type;
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace clang {
|
namespace clang {
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
#include "llvm/ADT/StringSwitch.h"
|
#include "llvm/ADT/StringSwitch.h"
|
||||||
#include "llvm/ADT/Triple.h"
|
#include "llvm/ADT/Triple.h"
|
||||||
#include "llvm/MC/MCSectionMachO.h"
|
#include "llvm/MC/MCSectionMachO.h"
|
||||||
|
#include "llvm/Type.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
using namespace clang;
|
using namespace clang;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue