summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/linux-ld.c
Commit message (Expand)AuthorAgeFilesLines
* Fix an logic error in the clang driver preventing crtfastmath.o from linking ...Benjamin Kramer2014-03-251-1/+22
* Add EXPERIMENTAL --rtlib=compiler-rt to GNU ClangRenato Golin2014-02-131-0/+40
* [Mips] Add support for mips64el-linux-android triple.Simon Atanasyan2014-01-251-0/+23
* Improve x86 android support, add x86_64 android targetAlexey Bataev2014-01-231-0/+41
* Teach Clang to look in its installation libdir for libraries (such asChandler Carruth2014-01-211-0/+26
* Rename target i386-linux-android to i686-linux-androidAlexey Bataev2014-01-131-4/+4
* Use the right dynamic linker for SPARC Linux executables.Jakob Stoklund Olesen2014-01-101-0/+2
* Give the linker the right ELF type for SPARC targets.Jakob Stoklund Olesen2014-01-101-0/+12
* Teach the driver to not try to use 'lib32' multilib spellings on ARMChandler Carruth2013-10-291-4/+40
* Revert "Support cross linking to arm on ubuntu."Rafael Espindola2013-10-281-44/+8
* More windows path handling.Rafael Espindola2013-10-281-2/+2
* Relax test to pass with windows paths.Rafael Espindola2013-10-281-8/+8
* Support cross linking to arm on ubuntu.Rafael Espindola2013-10-281-8/+44
* Don't check for -L options that gcc doesn't use.Rafael Espindola2013-10-251-2/+0
* Accept both / and \\ to fix the windows bots.Rafael Espindola2013-06-241-64/+64
* Update two options to my proposed syntax for user-facing driver options:Chandler Carruth2013-06-201-67/+67
* When we're compiling with -pg make sure to link with gcrt1.o on linux. BeEric Christopher2013-06-071-0/+6
* Add driver support for fedora 18 on ARM.Rafael Espindola2013-04-141-0/+16
* Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth2013-03-041-0/+11
* Beef up the testing of our 'ld' invocation on linux to cover staticChandler Carruth2013-03-041-0/+43
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-061-4/+4
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-061-4/+4
* Add -ldl for non-static libgcc in Android.Logan Chien2012-11-191-0/+3
* Improve x86 android support:Rafael Espindola2012-11-021-0/+20
* Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan2012-10-211-0/+52
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-4/+4
* Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer2012-10-041-0/+21
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-031-0/+19
* Add C/C++ header locations for the Freescale SDK.Hal Finkel2012-09-181-0/+20
* Do not use "lib32" directory to create a library/object filesSimon Atanasyan2012-09-141-0/+33
* Wrong crtbegin/crtend pair used for PIE on Android.Evgeniy Stepanov2012-09-101-0/+17
* Android standalone toolchain support.Evgeniy Stepanov2012-09-031-6/+6
* Rename ANDROIDEABI to Android.Logan Chien2012-09-021-0/+14
* Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu2012-07-311-0/+33
* Fix dynamic object linker for ARM GNUEABIHF.Jiangning Liu2012-07-301-0/+15
* MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan2012-04-261-0/+22
* MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.Simon Atanasyan2012-04-261-0/+24
* Clang driver support for linking on Android.Evgeniy Stepanov2012-04-251-0/+36
* MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan2012-04-061-1/+10
* Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth2012-04-061-0/+14
* Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth2012-02-261-0/+51
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-18/+18
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-18/+18
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-18/+18
* Teach the link-step test to verify that we don't pass bad --hash-styleChandler Carruth2011-12-171-0/+23
* add tree test for suse on ppc64 (r146142)Hal Finkel2011-12-081-0/+12
* Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth2011-11-091-0/+14
* Enhance the GCC version parsing and comparison logic to handle some moreChandler Carruth2011-11-051-0/+8
* Use the InstalledDir correctly, and test it correctly as well. =/ ShouldChandler Carruth2011-10-051-13/+13
* Teach Clang to cope with GCC installations that have unusual patchChandler Carruth2011-10-051-0/+27
OpenPOWER on IntegriCloud