]> granicus.if.org Git - clang/commit
Teach header search about GCC 4.9 header search paths in Gentoo, they
authorChandler Carruth <chandlerc@gmail.com>
Sun, 8 May 2016 07:59:56 +0000 (07:59 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 8 May 2016 07:59:56 +0000 (07:59 +0000)
commitaf4db76e059c1a3f4a7f437001051ccebc8a50fe
treedd8bf3f6843b9db7fe1fc7e6e4b60470008ce05b
parent6c54b436335f35154ee8a1d27790943ce992f5ec
Teach header search about GCC 4.9 header search paths in Gentoo, they
now use the full GCC version in their weird suffix.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268874 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/Inputs/gentoo_linux_gcc_4.9.3_tree/usr/include/.keep [new file with mode: 0644]
test/Driver/Inputs/gentoo_linux_gcc_4.9.3_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/gentoo_linux_gcc_4.9.3_tree/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/include/g++-v4.9.3/.keep [new file with mode: 0644]
test/Driver/Inputs/gentoo_linux_gcc_4.9.3_tree/usr/x86_64-pc-linux-gnu/lib/.keep [new file with mode: 0644]
test/Driver/linux-header-search.cpp