[PATCH] Add '-mhle' option and pre-defined macros for HLE

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Tue Mar 19 20:12:14 PDT 2013


  > +  if (HasHLE) {
  > +    Builder.defineMacro("__HLE__");

  Same question as before: gcc doesn't define this macro. Why should we?

  Cheers,
  Rafael

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



More information about the cfe-commits mailing list