[PATCH] D20678: [mips] Fold MipsTargetInfoBase subclasses into MipsTargetInfoBase and rename to MipsTargetInfo. NFC

Daniel Sanders via cfe-commits cfe-commits at lists.llvm.org
Thu May 26 06:57:24 PDT 2016


dsanders created this revision.
dsanders added subscribers: cfe-commits, atanasyan.
Herald added subscribers: dschuff, jfb.

This unifies mips/mipsel and mips64/mips64el into a single class so that we can
later support O32 on mips64/mips64el and N32/N64 on mips/mipsel (when an
appropriate CPU selected).

http://reviews.llvm.org/D20678

Files:
  lib/Basic/Targets.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20678.58604.patch
Type: text/x-patch
Size: 23825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160526/38f7a949/attachment-0001.bin>


More information about the cfe-commits mailing list