[PATCH] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and %highest(sym1 - sym2 + const) relocations.

Sasa Stankovic Sasa.Stankovic at imgtec.com
Mon Mar 31 11:04:09 PDT 2014


  The reason why I extended the MipsMCExpr class to handle not only sym1 - sym2 but also sym1 - sym2 + const expressions was to be able to write test for %higher and %highest.

http://llvm-reviews.chandlerc.com/D3230



More information about the llvm-commits mailing list