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