[llvm-commits] [PATCH] Add declaration of hash_value in APFloat / APInt (required for xlC on AIX)
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Oct 30 17:58:20 PDT 2012
xlc_tblgen.diff: Adds parenthesis around an expression to prevent compile
> error with xlC
What was the error?
>
> xlc_atomics.diff: xlC 12.1 supports the same intrinsic functions like gcc.
Could you fold the repeated
if defined(__GNUC__) || (defined(__IBMCPP__) && __IBMCPP__ >= 1210)
into a macro?
I have committed the other 2.
> Regards
> Kai
Thanks,
Rafael
More information about the llvm-commits
mailing list