forked from OSchip/llvm-project
parent
11ca4d636b
commit
b264c5d4dc
|
@ -2052,7 +2052,7 @@ void BytecodeReader::ParseModuleGlobalInfo() {
|
|||
if (Handler)
|
||||
Handler->handleTargetTriple(triple);
|
||||
|
||||
if (At != BlockEnd) {
|
||||
if (At != BlockEnd && !hasAlignment) {
|
||||
// If the file has section info in it, read the section names now.
|
||||
unsigned NumSections = read_vbr_uint();
|
||||
while (NumSections--)
|
||||
|
|
Loading…
Reference in New Issue