Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
82aaebeaad75456bc736ea1c474479bb6597305d
/
test
/
Driver
/
linux-ld.c
68f94db
Check for warnings in a bunch of the linker invocations, and add one
by Chandler Carruth
· 12 years ago
0074d38
Beef up the testing of our 'ld' invocation on linux to cover static
by Chandler Carruth
· 12 years ago
c57d158
Revert r169557. It seems that the test is too restricted
by Logan Chien
· 12 years ago
cd15652
Add i686-linux-android for gcc toolchain detection.
by Logan Chien
· 12 years ago
529a73d
Add -ldl for non-static libgcc in Android.
by Logan Chien
· 12 years ago
715852c
Improve x86 android support:
by Rafael Espindola
· 12 years ago
f4bd329
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option.
by Simon Atanasyan
· 12 years ago
238b6a9
The clang driver has a fairly fancy support for executing gcc instead of
by Rafael Espindola
· 12 years ago
e20e508
Driver: Link crtfastmath.o if it's available and -ffast-math is specified.
by Benjamin Kramer
· 12 years ago
f8d9bd5
Implement Adnroid MIPS toolchain support:
by Simon Atanasyan
· 12 years ago
02014b4
Add C/C++ header locations for the Freescale SDK.
by Hal Finkel
· 12 years ago
7a91888
Do not use "lib32" directory to create a library/object files
by Simon Atanasyan
· 12 years ago
a92983d
Wrong crtbegin/crtend pair used for PIE on Android.
by Evgeniy Stepanov
· 12 years ago
1d01afe
Android standalone toolchain support.
by Evgeniy Stepanov
· 12 years ago
94a7142
Rename ANDROIDEABI to Android.
by Logan Chien
· 12 years ago
ff104a1
Support ARM hard float (arm-linux-gnueabihf).
by Jiangning Liu
· 12 years ago
6cc9dc8
Fix dynamic object linker for ARM GNUEABIHF.
by Jiangning Liu
· 12 years ago
b8c4381
MIPS: Add support for 64-bit MIPS targets: mips64 / mips64el.
by Simon Atanasyan
· 13 years ago
4f148d9
MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets.
by Simon Atanasyan
· 13 years ago
a6ddc02
Clang driver support for linking on Android.
by Evgeniy Stepanov
· 13 years ago
8491cb2
MIPS: Provide a correct path to the dynamic linker when build for MIPS 64-bit targets.
by Simon Atanasyan
· 13 years ago
9f31437
Fix using Clang as a cross compiler installed on a host machine and not
by Chandler Carruth
· 13 years ago
155c54c
Add support for PPC and PPC64 multiarch toolchains on Debain.
by Chandler Carruth
· 13 years ago
9ec60df
rename -ccc-host-triple into -target
by Sebastian Pop
· 13 years ago
31cbe68
Revert r148138; it's causing test failures.
by Eli Friedman
· 13 years ago
edd4f3c
rename -ccc-host-triple into -target
by Sebastian Pop
· 13 years ago
b05dcdd
Teach the link-step test to verify that we don't pass bad --hash-style
by Chandler Carruth
· 13 years ago
39993dd
add tree test for suse on ppc64 (r146142)
by Hal Finkel
· 13 years ago
d936d9d
Fix an issue that Duncan discovered on a specific (no longer current)
by Chandler Carruth
· 13 years ago
cb2e00f
Enhance the GCC version parsing and comparison logic to handle some more
by Chandler Carruth
· 13 years ago
1203600
Use the InstalledDir correctly, and test it correctly as well. =/ Should
by Chandler Carruth
· 13 years ago
dbc2144
Teach Clang to cope with GCC installations that have unusual patch
by Chandler Carruth
· 13 years ago
5058e3a
Implement the feature I was originally driving toward when I started
by Chandler Carruth
· 13 years ago
c5306b0
Test a multilib setup on a 64-bit host. This is the far more common
by Chandler Carruth
· 13 years ago
38ec546
Enable generic multilib support on 32bit hosts. Previously this was only
by Chandler Carruth
· 13 years ago
b6fdf8f
Relax an assertion here a bit. This doesn't really matter, as we won't
by Chandler Carruth
· 13 years ago
621e6a6
Test that we include a GCC-triple-prefixed tree. While I don't know of
by Chandler Carruth
· 13 years ago
663abc9
Teach the logic for locating an installed GCC about the system root.
by Chandler Carruth
· 13 years ago
fde8d14
Add initial support for applying the sysroot to library search paths.
by Chandler Carruth
· 13 years ago
d2deee1
Rework the selection of builtin library search paths on Linux to
by Chandler Carruth
· 13 years ago
130e5ef
As I suspected, completely non-multilib machines just get no suffix.
by Chandler Carruth
· 13 years ago
00ca848
Teach this test to cope with Windows suffixes so that msys builds can run it.
by Chandler Carruth
· 13 years ago
37cbb0b
Correct my failure at writing proper regex's for FileCheck. Thanks Nick.
by Chandler Carruth
· 13 years ago
f3a852a
Allow for both 'lib' and 'lib32', as both seem to be in evidence. I've
by Chandler Carruth
· 13 years ago
29bbe2b
There might be an 'ld' without any path prefix.
by Chandler Carruth
· 13 years ago
c4cc403
Add a test that ensures we get the basic multilib '-L' flags to 'ld'
by Chandler Carruth
· 13 years ago