mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-14 06:37:33 +00:00
Back out last changes for dataLayout. Much more work is needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33347 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b70161b69
commit
021830bb03
@ -2013,13 +2013,6 @@ void BytecodeReader::ParseModuleGlobalInfo() {
|
||||
TheModule->setTargetTriple(triple);
|
||||
if (Handler)
|
||||
Handler->handleTargetTriple(triple);
|
||||
|
||||
// Read the data layout string and place into the module.
|
||||
std::string datalayout = read_str();
|
||||
TheModule->setDataLayout(datalayout);
|
||||
// FIXME: Implement
|
||||
// if (Handler)
|
||||
// Handler->handleDataLayout(datalayout);
|
||||
|
||||
if (At != BlockEnd) {
|
||||
// If the file has section info in it, read the section names now.
|
||||
|
@ -1090,9 +1090,6 @@ void BytecodeWriter::outputModuleInfoBlock(const Module *M) {
|
||||
|
||||
// Output the target triple from the module
|
||||
output(M->getTargetTriple());
|
||||
|
||||
// Output the data layout from the module
|
||||
output(M->getDataLayout());
|
||||
|
||||
// Emit the table of section names.
|
||||
output_vbr((unsigned)SectionNames.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user