commit | 60a367021993b49edc317d8dddedcb23a28ca5c2 | [log] [tgz] |
---|---|---|
author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Sat May 30 23:50:33 2009 +0000 |
committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | Sat May 30 23:50:33 2009 +0000 |
tree | 6da86f90a058a6bbe5f0bf7f3572b6ba32284c58 | |
parent | 5d41f793d0fc43b4c2cb4648cd0c9a15bcb44dc3 [diff] [blame] |
Use uint8_t and int32_t in {JIT,Machine}CodeEmiters git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72650 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/MachOWriter.h b/lib/CodeGen/MachOWriter.h index 20a4084..6ab66ee 100644 --- a/lib/CodeGen/MachOWriter.h +++ b/lib/CodeGen/MachOWriter.h
@@ -98,7 +98,7 @@ return "Mach-O Writer"; } - typedef std::vector<unsigned char> DataBuffer; + typedef std::vector<uint8_t> DataBuffer; protected: /// Output stream to send the resultant object file to. ///