mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +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:
@@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user