[PATCH] D26298: [ELF][MIPS] N32 ABI support

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 5 10:00:28 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: ELF/Mips.cpp:351
+
+uint32_t elf::getMipsAbiFlag(const InputFile *F) {
+  switch (Config->EKind) {
----------------
Can you return true/false instead of a flag and then rename this isMipsN32Abi?


Repository:
  rL LLVM

https://reviews.llvm.org/D26298





More information about the llvm-commits mailing list