[patch] Fix f64 and f128 for ppc-darwin

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Dec 18 06:56:14 PST 2013


This patch adds -f64:32:64 to 32 bit ppc darwin since f64 inside a
structure are only 32 bit aligned.

The patch also drop -f128:64:128 from all ppc darwin, since f128 is
128 bit aligned.

Cheers,
Rafael



More information about the llvm-commits mailing list