[PATCH] D39359: Remove MipsAbiFlagsSection class and add createMipsAbiFlagsSection function instead.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 20:48:16 PDT 2017


ruiu created this revision.
Herald added subscribers: arichardson, sdardis, emaste.

I was trying to remove a MIPS-specific class because it can just be
represented as InputSection. However, when I made this logically-equivalent
change, some tests started failing because section offsets were no longer
the same as before. Do you have any idea how this can happen?


https://reviews.llvm.org/D39359

Files:
  lld/ELF/SyntheticSections.cpp
  lld/ELF/SyntheticSections.h
  lld/ELF/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39359.120536.patch
Type: text/x-patch
Size: 3777 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171027/23dec2cf/attachment.bin>


More information about the llvm-commits mailing list