mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-06 11:59:54 +00:00
Change from .../Support/DataTypes.h to .../System/DataTypes.h.
(Fix build failure) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100243 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b68a3ee82a
commit
9981814a40
@ -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…
x
Reference in New Issue
Block a user