mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-02 07:32:52 +00:00
For PR761:
BCReader no longer has a header that contains the endinanness and pointer size. It's been replaced by datalayout field. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f00c595bf5
commit
4de76f4884
@ -96,9 +96,7 @@ public:
|
||||
/// read.
|
||||
/// @brief Handle the bytecode prolog
|
||||
virtual void handleVersionInfo(
|
||||
unsigned char RevisionNum, ///< Byte code revision number
|
||||
Module::Endianness Endianness, ///< Endianness indicator
|
||||
Module::PointerSize PointerSize ///< PointerSize indicator
|
||||
unsigned char RevisionNum ///< Byte code revision number
|
||||
) {}
|
||||
|
||||
/// This method is called at the start of a module globals block which
|
||||
|
Loading…
Reference in New Issue
Block a user