summaryrefslogtreecommitdiff
path: root/clang/test/Driver/linux-header-search.cpp
AgeCommit message (Expand)Author
2024-04-02[Driver,test] Remove --gcc-toolchain=""Fangrui Song
2023-09-18[driver] Conditionally include installed libc++ headers for AndroidShoaib Meenai
2023-04-24[Clang][Driver] Handle LoongArch multiarch tuplesWANG Xuerui
2022-06-24Revert "[Driver][test] Replace ^//$ with empty string"Fangrui Song
2022-06-24[Driver][test] Replace ^//$ with empty stringFangrui Song
2022-05-27[Clang][Driver] Fix include paths for `--sysroot /` on LinuxEgor Zhdan
2022-05-01[Driver][test] Remove unneeded -no-canonical-prefixes and use preferred --tar...Fangrui Song
2021-04-28[libc++] Support per-target __config_site in per-target runtime buildPetr Hosek
2021-03-28[Driver] Linux.cpp: move resource directory before /usr/local/include for non...Fangrui Song
2021-03-21[test] Delete obsoleted debian_multiarch_tree and ubuntu_13.04_multiarch_treeFangrui Song
2021-03-21[Driver] Linux.cpp: add -internal-isystem lib/../$triple/includeFangrui 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] Drop obsoleted Ubuntu 11.04 gcc detectionFangrui Song
2021-01-02[PowerPC] Support powerpcle target in Clang [3/5]Brandon Bergren
2020-11-23[Driver] Enable getOSLibDir() lib32 workaround for SPARC on LinuxJohn Paul Adrian Glaubitz
2018-11-13[Driver] Support g++ headers in include/g++David Greene
2018-08-07Fix clash of gcc toolchains in driver regression testsKarl-Johan Karlsson
2018-07-31Fix linux-header-search.cpp with CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld
2018-07-30[OpenEmbedded] Fix lib paths for OpenEmbedded targetsMandeep Singh Grang
2018-06-28Support for multiarch runtimes layoutPetr Hosek
2018-04-07[Driver] Update GCC libraries detection logic for Gentoo.Manoj Gupta
2016-12-12[Driver] Fix finding multilib gcc install on Gentoo (with gcc-config)Michal Gorny
2016-10-25[Driver] Support obtaining active toolchain from gcc-config on GentooMichal Gorny
2016-05-08Teach header search about GCC 4.9 header search paths in Gentoo, theyChandler Carruth
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld
2015-11-09Extend linux header search to find libc++ headers in c++/vN for any N.Evgeniy Stepanov
2015-06-05[SPARC] Add multiarch include paths.James Y Knight
2015-01-28Avoid testing for a particular choice of resource dir.Sean Silva
2015-01-05Fix clash of gcc toolchains in driver regression tests.Samuel Antao
2014-08-27Significantly fix Clang's header search for Ubuntu (and possibly otherChandler Carruth
2014-07-10[x32] Adding X32 target support to driver, including TargetInfo,DescriptionSt...Zinovy Nis
2014-06-24[Driver][Mips] Support mips64-linux-gnuabi64 / mips64el-linux-gnuabi64 target...Simon Atanasyan
2014-06-20[PowerPC] Add MultiarchIncludeDirs for powerpc64leUlrich Weigand
2014-05-12[Driver] Do not lose already detected set of toolchain's multilibs whileSimon Atanasyan
2014-03-03Update tests for addition of patch level to LLVM versionTom Stellard
2014-01-20Make the Linux support for finding libc++ somewhat less braindead.Chandler Carruth
2013-08-26Teach the Linux toolchain about more modern Gentoo installations of GCCChandler Carruth
2013-07-26Rework r187192, to tweak expressions to be tolerant of DOSish paths. XFAILs c...NAKAMURA Takumi
2013-07-26clang/test/Driver/linux-header-search.cpp: Add XFAILs, for now. I'll fix them...NAKAMURA Takumi
2013-07-26Fix gcc search for cross-compiler on Ubuntu 13.04.Eli Friedman
2013-06-26Remove PathV1.h usage from ToolChains.cpp.Rafael Espindola
2013-03-06Driver: add support for new style multiarch in Ubuntu 13.04Dmitri Gribenko
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-04-09Author: Daniel Dunbar <daniel@zuster.org>Daniel Dunbar
2012-02-26Okay, makes sense to change all the occurences to match clang.EXE.Benjamin Kramer
2012-02-26Allow any file extension for the clang binary in the linux-header-search test.Benjamin Kramer
2012-02-26A follow-up to r151482 which added support for powerpc and powerpc64Chandler Carruth
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman