summaryrefslogtreecommitdiff
path: root/clang/test/Driver/gcc-toolchain.cpp
AgeCommit message (Expand)Author
2025-07-01[clang][test] Remove duplication from gcc toolchain test (NFC) (#146487)Frederik Harwath
2023-08-01[Driver] Fix test usages of --rtlib= without --unwindlib=Alex Brachet
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2021-12-12[Driver][test] Make some tests work with CLANG_DEFAULT_PIE_ON_LINUX=onFangrui Song
2021-08-20[test] Migrate -gcc-toolchain with space separator to --gcc-toolchain=Fangrui Song
2021-03-27[Driver] Remove an unneeded multiarch library path which ends with ../../..Fangrui Song
2021-03-23[test] Add --sysroot= to make gcc-toolchain.cpp stableFangrui Song
2021-03-20[test] Delete "-internal-isystem" "/usr/local/include"Fangrui Song
2021-03-20[test] Fix Driver/gcc-toolchain.cpp if CLANG_DEFAULT_RTLIB is compiler-rtFangrui Song
2021-03-20[test] Fix Driver/gcc-toolchain.cpp if CLANG_DEFAULT_CXX_STDLIB is libc++Fangrui Song
2021-03-20Revert "Revert "[Driver] Drop obsoleted Ubuntu 11.04 gcc detection""Fangrui Song
2021-03-20Revert "[Driver] Drop obsoleted Ubuntu 11.04 gcc detection"David Zarzycki
2021-03-19[Driver][test] Fix gcc-toolchain.cpp on non-x86_64Fangrui Song
2021-03-19[Driver] Drop obsoleted Ubuntu 11.04 gcc detectionFangrui Song
2021-03-19[Driver] Suppress GCC detection under -BFangrui Song
2019-09-28Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld
2013-06-24Accept both / and \\ to fix the windows bots.Rafael Espindola
2013-06-20Update two options to my proposed syntax for user-facing driver options:Chandler Carruth
2012-02-21Skip testing the crtbegin.o, and resume using a single variable for theChandler Carruth
2012-02-21Clean up, add some documentation, and make this test return to checkingChandler Carruth
2012-02-19Make the regular expressions in this test more narrow to ensure we'reChandler Carruth
2012-02-19Don't check for /lib and /usr/lib.Rafael Espindola
2012-02-19Our handling of variables in FileCheck looks really broken on windws. JustRafael Espindola
2012-02-19Add an extra CHECK line to make sure TOOLCHAIN2 matches just the pathRafael Espindola
2012-02-19Looks like we use forward slashes for header search but back slashes forRafael Espindola
2012-02-19Try to match the linker being named ld.exe. Second try at fixing the windows ...Rafael Espindola
2012-02-19Don't assume a path starts with a /. Should fix the windows bot.Rafael Espindola
2012-02-19Implement a -gcc-toolchain command line option that does the same asRafael Espindola