aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/linux-ld.c
AgeCommit message (Expand)Author
2013-04-14Add driver support for fedora 18 on ARM.Rafael Espindola
2013-03-04Check for warnings in a bunch of the linker invocations, and add oneChandler Carruth
2013-03-04Beef up the testing of our 'ld' invocation on linux to cover staticChandler Carruth
2012-12-06Revert r169557. It seems that the test is too restrictedLogan Chien
2012-12-06Add i686-linux-android for gcc toolchain detection.Logan Chien
2012-11-19Add -ldl for non-static libgcc in Android.Logan Chien
2012-11-02Improve x86 android support:Rafael Espindola
2012-10-21Add support of MIPS n32 ABI to the Clang driver. The fix builds correct libra...Simon Atanasyan
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-10-04Driver: Link crtfastmath.o if it's available and -ffast-math is specified.Benjamin Kramer
2012-10-03Implement Adnroid MIPS toolchain support:Simon Atanasyan
2012-09-18Add C/C++ header locations for the Freescale SDK.Hal Finkel
2012-09-14Do not use "lib32" directory to create a library/object filesSimon Atanasyan
2012-09-10Wrong crtbegin/crtend pair used for PIE on Android.Evgeniy Stepanov
2012-09-03Android standalone toolchain support.Evgeniy Stepanov
2012-09-02Rename ANDROIDEABI to Android.Logan Chien
2012-07-31Support ARM hard float (arm-linux-gnueabihf).Jiangning Liu
2012-07-30Fix dynamic object linker for ARM GNUEABIHF.Jiangning Liu
2012-04-26MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.Simon Atanasyan
2012-04-26MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.Simon Atanasyan
2012-04-25Clang driver support for linking on Android.Evgeniy Stepanov
2012-04-06MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit...Simon Atanasyan
2012-04-06Fix using Clang as a cross compiler installed on a host machine and notChandler Carruth
2012-02-26Add support for PPC and PPC64 multiarch toolchains on Debain.Chandler Carruth
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-12-17Teach the link-step test to verify that we don't pass bad --hash-styleChandler Carruth
2011-12-08add tree test for suse on ppc64 (r146142)Hal Finkel
2011-11-09Fix an issue that Duncan discovered on a specific (no longer current)Chandler Carruth
2011-11-05Enhance the GCC version parsing and comparison logic to handle some moreChandler Carruth
2011-10-05Use the InstalledDir correctly, and test it correctly as well. =/ ShouldChandler Carruth
2011-10-05Teach Clang to cope with GCC installations that have unusual patchChandler Carruth
2011-10-05Implement the feature I was originally driving toward when I startedChandler Carruth
2011-10-03Test a multilib setup on a 64-bit host. This is the far more commonChandler Carruth
2011-10-03Enable generic multilib support on 32bit hosts. Previously this was onlyChandler Carruth
2011-10-03Relax an assertion here a bit. This doesn't really matter, as we won'tChandler Carruth
2011-10-03Test that we include a GCC-triple-prefixed tree. While I don't know ofChandler Carruth
2011-10-03Teach the logic for locating an installed GCC about the system root.Chandler Carruth
2011-10-03Add initial support for applying the sysroot to library search paths.Chandler Carruth
2011-10-03Rework the selection of builtin library search paths on Linux toChandler Carruth
2011-10-01As I suspected, completely non-multilib machines just get no suffix.Chandler Carruth
2011-10-01Teach this test to cope with Windows suffixes so that msys builds canChandler Carruth
2011-10-01Correct my failure at writing proper regex's for FileCheck. Thanks Nick.Chandler Carruth
2011-10-01Allow for both 'lib' and 'lib32', as both seem to be in evidence. I'veChandler Carruth
2011-10-01There might be an 'ld' without any path prefix.Chandler Carruth
2011-10-01Add a test that ensures we get the basic multilib '-L' flags to 'ld'Chandler Carruth