[cfe-commits] [patch] mips64 target support

Hatanaka, Akira ahatanaka at mips.com
Wed Mar 28 12:24:31 PDT 2012


The patch looks fine to me, but it would be nice if someone more familiar with the driver can review it too.

________________________________________
From: simon at atanasyan.com [simon at atanasyan.com] on behalf of Simon Atanasyan [satanasyan at mips.com]
Sent: Tuesday, March 27, 2012 10:58 AM
To: cfe-commits at cs.uiuc.edu
Cc: Hatanaka, Akira
Subject: [cfe-commits][patch] mips64 target support

The patch enables mips64 target support in the clang driver.

  1. Define _MIPS_SZPTR, _MIPS_SZINT, _MIPS_SZLONG macros.
  2. Provide -EB / -EL and -32/-64 options to the assembler.
  3. Provide path to the 64-bit ld.so.1 to the linker.
  4. Add new directories to the library search paths set.

Please review it.

--
Simon




More information about the cfe-commits mailing list