summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/linux-ld.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement the feature I was originally driving toward when I startedChandler Carruth2011-10-051-0/+20
* Test a multilib setup on a 64-bit host. This is the far more commonChandler Carruth2011-10-031-0/+33
* Enable generic multilib support on 32bit hosts. Previously this was onlyChandler Carruth2011-10-031-0/+33
* Relax an assertion here a bit. This doesn't really matter, as we won'tChandler Carruth2011-10-031-2/+2
* Test that we include a GCC-triple-prefixed tree. While I don't know ofChandler Carruth2011-10-031-0/+2
* Teach the logic for locating an installed GCC about the system root.Chandler Carruth2011-10-031-3/+11
* Add initial support for applying the sysroot to library search paths.Chandler Carruth2011-10-031-5/+12
* Rework the selection of builtin library search paths on Linux toChandler Carruth2011-10-031-2/+2
* As I suspected, completely non-multilib machines just get no suffix.Chandler Carruth2011-10-011-3/+1
* Teach this test to cope with Windows suffixes so that msys builds canChandler Carruth2011-10-011-2/+2
* Correct my failure at writing proper regex's for FileCheck. Thanks Nick.Chandler Carruth2011-10-011-1/+1
* Allow for both 'lib' and 'lib32', as both seem to be in evidence. I'veChandler Carruth2011-10-011-1/+3
* There might be an 'ld' without any path prefix.Chandler Carruth2011-10-011-2/+2
* Add a test that ensures we get the basic multilib '-L' flags to 'ld'Chandler Carruth2011-10-011-0/+9
OpenPOWER on IntegriCloud