[PATCH] Mark alias symbols as microMIPS if necessary.

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Tue Mar 18 09:10:01 PDT 2014


  LGTM with a nit.


================
Comment at: lib/MC/MCAsmStreamer.cpp:396
@@ -395,3 +395,3 @@
 
   // FIXME: Lift context changes into super class.
   Symbol->setVariableValue(Value);
----------------
While in here, would you mind fixing this FIXME? Just move the Symbol->setVariableValue(Value); to the parent class now that it has an implementation.


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



More information about the llvm-commits mailing list