[llvm-commits] x32 psABI support for dragonegg

Michael Liao michael.liao at intel.com
Mon Jul 2 23:36:30 PDT 2012


Hi, Folks

Thanks for Duncan refactoring the target triple overriding code in
dragonegg. The attached patch fixes an issue in the new code where
GCC_MINOR or other gcc symbols are not included yet due to the order of
headers. This patch put the x86 environment overriding code into source
file to detect GCC minor revision reliably (in addition TARGET_X32 is
checked as well to work with back-ported gcc versions.)

Please commit the patch if it seems acceptable.

Yours
- Michael

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-fix-x32-support.patch
Type: text/x-patch
Size: 1642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120702/708fb46d/attachment.bin>


More information about the llvm-commits mailing list