forked from OSchip/llvm-project
Change from .../Support/DataTypes.h to .../System/DataTypes.h.
(Fix build failure) llvm-svn: 100243
This commit is contained in:
parent
7e5aba433d
commit
88a7b5a724
|
@ -1809,7 +1809,7 @@ void ARMDecoderEmitter::ARMDEBackend::emit(raw_ostream &o) {
|
|||
assert(0 && "Unreachable code!");
|
||||
}
|
||||
|
||||
o << "#include \"llvm/Support/DataTypes.h\"\n";
|
||||
o << "#include \"llvm/System/DataTypes.h\"\n";
|
||||
o << "#include <assert.h>\n";
|
||||
o << '\n';
|
||||
o << "namespace llvm {\n\n";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
#include "TableGenBackend.h"
|
||||
|
||||
#include "llvm/Support/DataTypes.h"
|
||||
#include "llvm/System/DataTypes.h"
|
||||
|
||||
namespace llvm {
|
||||
|
||||
|
|
Loading…
Reference in New Issue