summaryrefslogtreecommitdiff
path: root/clang/test/Driver/linux-ld.c
AgeCommit message (Expand)Author
2025-02-23[Driver] Replace /usr/lib/../$OSLibDir with /usr/$OSLibDir (#128428)Fangrui Song
2024-12-04Pack relocations for Android API >= 28 (#117624)AdityaK
2024-04-29[Driver] Clean up denormal handling with fast-math-related options (#89477)Andy Kaylor
2024-04-26[Driver,test] Replace CHECK-NOT: warning with -### -WerrorFangrui Song
2024-04-25Disable FTZ/DAZ when compiling shared libraries by default. (#80475)Joshua Cranmer
2024-04-14[Driver] Ensure ToolChain::LibraryPaths is not empty for non-DarwinFangrui Song
2024-04-14[Driver,test] Make Android runtime tests resisent to #87866 changeFangrui Song
2024-04-10Revert "[Driver] Ensure ToolChain::LibraryPaths is not empty for non-Darwin"Arthur Eubanks
2024-04-08[Driver] Ensure ToolChain::LibraryPaths is not empty for non-DarwinFangrui Song
2024-04-02[Driver,test] Remove --gcc-toolchain=""Fangrui Song
2024-02-26[Driver] Improve error when a compiler-rt library is not found (#81037)Fangrui Song
2024-02-12[test] Replace aarch64-*-{eabi,gnueabi} with aarch64Fangrui Song
2024-01-17[Driver] Add -fandroid-pad-segment/-fno-android-pad-segment (#77244)Fangrui Song
2024-01-10[clang] [Driver] Treat MuslEABIHF as a hardfloat environment wrt multiarch di...Martin Storsjö
2023-11-30[Driver] Mark OpenBSD-specific -nopie as TargetSpecific after #72578Fangrui Song
2023-11-16[Driver,Gnu] Simplify -static -static-pie -shared -pie handling and suppress ...Fangrui Song
2023-08-01[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-08-01[Driver] Fix test usages of --rtlib= without --unwindlib=Alex Brachet
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-05-26[HWASan] use hwasan linker for Android 14+Florian Mayer
2023-05-23[Driver] Try to fix linux-ld.c test with DEFAULT_LINKER set (NFC)Nikita Popov
2023-05-23[Driver] Fix test for use of ld from devtoolset (NFC)Nikita Popov
2023-04-24[Clang][Driver] Handle LoongArch multiarch tuplesWANG Xuerui
2023-03-23[Driver][test] Remove remnant mips*-linux-android tests after 805f51f9fedf90d...Fangrui Song
2023-03-23Remove mips target triple for AndroidAdityaK
2022-08-28[Driver] Don't pass --enable-new-dtags to ld for Android/openSUSEFangrui Song
2022-07-29[Driver] Use libatomic for 32-bit SPARC atomics support on LinuxRainer Orth
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2022-05-01[Driver][test] Remove unneeded -no-canonical-prefixes and use preferred --tar...Fangrui Song
2022-03-25[Driver][Linux] Remove D.Dir+"/../lib" from default search paths for LLVM_ENA...Fangrui Song
2022-02-25[Driver][test] Make linux-ld.c work with CLANG_DEFAULT_PIE_ON_LINUX=onFangrui Song
2022-02-04[Driver][Android] Removed obsoleted --warn-shared-textrelFangrui Song
2021-12-14[Driver] Add CLANG_DEFAULT_PIE_ON_LINUX to emulate GCC --enable-default-pieFangrui Song
2021-11-28[Driver] Support PowerPC SPE musl dynamic linker name ld-musl-powerpc-sf.so.1Patrick Oppenlander
2021-11-17[Driver][Android] Remove unneeded isNoExecStackDefaultFangrui Song
2021-10-28[clang][MIPS] Fix search path for Debian multilib O32YunQiang Su
2021-10-19[Driver][Gnu] Support -shared -static: pass -shared to ld and use crtbeginS.oFangrui Song
2021-09-24Revert "[Driver] Correctly handle static C++ standard library"Nico Weber
2021-09-24[Driver] Correctly handle static C++ standard libraryPetr Hosek
2021-09-23Revert "[Driver] Correctly handle static C++ standard library"Petr Hosek
2021-09-23[Driver] Correctly handle static C++ standard libraryPetr Hosek
2021-04-01[Driver] Fix architecture triplets and search paths for Linux x32Harald van Dijk
2021-03-27[test] Add UNSUPPORTED: system-windows to linux-ld.cFangrui Song
2021-03-27[Driver] Remove an incorrect library path for multilibFangrui Song
2021-03-27[Driver] Remove an unneeded multiarch library path which ends with ../../..Fangrui Song
2021-03-24[Driver] Linux.cpp: delete unneeded D.getVFS().exists checksFangrui Song