mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-02 15:51:54 +00:00
Change from .../Support/DataTypes.h to .../System/DataTypes.h.
(Fix build failure) llvm-svn: 100243
This commit is contained in:
parent
6d9cbe7270
commit
9b11d5b81a
@ -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