summaryrefslogtreecommitdiff
path: root/clang/test/Driver/linux-cross.cpp
AgeCommit message (Expand)Author
2025-02-23[Driver] Replace /usr/lib/../$OSLibDir with /usr/$OSLibDir (#128428)Fangrui Song
2023-08-01[Driver] Fix test usages of --rtlib= without --unwindlib=Alex Brachet
2022-06-18[Driver][Gnu] Don't passs --dynamic-linker in -r modeFangrui Song
2022-03-28[clang] Make Driver tests pass when running with temp dir containing "crt"Nico Weber
2022-01-13[Driver][Gnu] -r: imply -nostdlib like GCCFangrui Song
2021-10-06[Driver][test] Add Debian multiarch lib/clang/14.0.0/x86_64-linux-gnu and inc...Fangrui Song
2021-07-20[Driver] Detect libstdc++ include paths for native gcc on 32-bit non-Debian L...Fangrui Song
2021-06-07[X32] Add Triple::isX32(), use it.Harald van Dijk
2021-04-22[Driver] Specify -ccc-install-dir for linux-cross testPetr Hosek
2021-04-04[Driver] Detect libstdc++ include paths for native gcc (-m32 and -m64) on Deb...Fangrui Song
2021-03-28[Driver] Linux.cpp: move resource directory before /usr/local/include for non...Fangrui 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-25[Triple][Driver] Add muslx32 environment and use /lib/ld-musl-x32.so.1 for -d...Fangrui Song
2021-03-24[Driver] Use -dynamic-linker /lib/ld-musl-i386.so.1 for i?86-linux-muslFangrui Song
2021-03-22[test] Bring back the improved arm and $sysroot/usr/include/i386-linux-gnu testsFangrui Song
2021-03-22Revert "[Driver] -m32: Add /usr/include/i386-linux-gnu for Debian"Petr Hosek
2021-03-22[Driver] -m32: Add /usr/include/i386-linux-gnu for DebianFangrui Song
2021-03-21[test] Add test for cross compiling on LinuxFangrui Song