[PATCH] D24607: [mips] seq macro support

Sean Bruno via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 08:48:50 PDT 2016


seanbruno requested changes to this revision.
seanbruno added a comment.
This revision now requires changes to proceed.

I'm unsure if this is a patch/phabricator messing up or if this patch needs to be regenerated.

  ~/clang/llvm % patch -p0 < ../D24607.diff 
  Hmm...  Looks like a unified diff to me...
  The text leading up to this was:
  --------------------------
  |Index: lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  |===================================================================
  |--- lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  |+++ lib/Target/Mips/AsmParser/MipsAsmParser.cpp
  --------------------------
  Patching file lib/Target/Mips/AsmParser/MipsAsmParser.cpp using Plan A...
  Hunk #1 succeeded at 252 with fuzz 2 (offset 3 lines).
  Hunk #2 failed at 2217.
  Hunk #3 succeeded at 3909 (offset 83 lines).
  1 out of 3 hunks failed--saving rejects to lib/Target/Mips/AsmParser/MipsAsmParser.cpp.rej
  Hmm...  The next patch looks like a unified diff to me...
  The text leading up to this was:
  --------------------------
  |Index: lib/Target/Mips/MipsInstrInfo.td
  |===================================================================
  |--- lib/Target/Mips/MipsInstrInfo.td
  |+++ lib/Target/Mips/MipsInstrInfo.td
  --------------------------
  Patching file lib/Target/Mips/MipsInstrInfo.td using Plan A...
  Hunk #1 failed at 201.
  Hunk #2 succeeded at 351 (offset 27 lines).
  Hunk #3 succeeded at 2251 (offset 27 lines).
  1 out of 3 hunks failed--saving rejects to lib/Target/Mips/MipsInstrInfo.td.rej

I can hand edit to get this patch in, but thought it was worth noting.


https://reviews.llvm.org/D24607





More information about the llvm-commits mailing list