]> granicus.if.org Git - clang/commit
Add extensive tests for the mingw toolchain and remove trailing slash from Arch.
authorYaron Keren <yaron.keren@gmail.com>
Fri, 24 Jul 2015 08:50:15 +0000 (08:50 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Fri, 24 Jul 2015 08:50:15 +0000 (08:50 +0000)
commit4ad041ceb3249a546c4b847249445bc5c9ca96a7
tree7d73f4a31876e2d56b2661e242fd61cc5d249ea4
parent7acbe3f9c13b78d1a0fe6d5230d88d28bfc9252d
Add extensive tests for the mingw toolchain and remove trailing slash from Arch.

Address Richard Smith comments: remove the trailing seperator from the Arch
variable, implement six mingw_* trees under tools/clangtest/Driver/Inputs
and merge linux and Windows tests into a universal test that uses these trees.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@243098 91177308-0d34-0410-b5e6-96231b3b80d8
31 files changed:
lib/Driver/MinGWToolChain.cpp
test/Driver/Inputs/mingw_arch_tree/usr/i686-w64-mingw32/include/c++/5.1.0/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_arch_tree/usr/i686-w64-mingw32/include/c++/5.1.0/i686-w64-mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_arch_tree/usr/lib/gcc/i686-w64-mingw32/5.1.0/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_arch_tree/usr/lib/gcc/i686-w64-mingw32/5.1.0/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_builds_tree/mingw32/i686-w64-mingw32/include/c++/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_builds_tree/mingw32/i686-w64-mingw32/include/c++/i686-w64-mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_builds_tree/mingw32/lib/gcc/i686-w64-mingw32/4.9.1/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_builds_tree/mingw32/lib/gcc/i686-w64-mingw32/4.9.1/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_org_tree/mingw/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_org_tree/mingw/lib/gcc/mingw32/4.8.1/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_org_tree/mingw/lib/gcc/mingw32/4.8.1/include/c++/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_org_tree/mingw/lib/gcc/mingw32/4.8.1/include/c++/mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_mingw_org_tree/mingw/minw32/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_msys2_tree/msys64/mingw32/i686-w64-mingw32/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_msys2_tree/msys64/mingw32/include/c++/4.9.2/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_msys2_tree/msys64/mingw32/include/c++/4.9.2/i686-w64-mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_msys2_tree/msys64/mingw32/lib/gcc/i686-w64-mingw32/4.9.2/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_msys2_tree/msys64/mingw32/lib/gcc/i686-w64-mingw32/4.9.2/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_opensuse_tree/usr/lib64/gcc/x86_64-w64-mingw32/5.1.0/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_opensuse_tree/usr/lib64/gcc/x86_64-w64-mingw32/5.1.0/include/c++/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_opensuse_tree/usr/lib64/gcc/x86_64-w64-mingw32/5.1.0/include/c++/x86_64-w64-mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_opensuse_tree/usr/x86_64-w64-mingw32/sys-root/mingw/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_ubuntu_tree/usr/include/c++/4.8/86_64-w64-mingw32/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_ubuntu_tree/usr/include/c++/4.8/backward/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_ubuntu_tree/usr/lib/gcc/x86_64-w64-mingw32/4.8/include-fixed/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_ubuntu_tree/usr/lib/gcc/x86_64-w64-mingw32/4.8/include/.keep [new file with mode: 0644]
test/Driver/Inputs/mingw_ubuntu_tree/usr/x86_64-w64-mingw32/include/.keep [new file with mode: 0644]
test/Driver/mingw-linux.cpp [deleted file]
test/Driver/mingw-win.cpp [deleted file]
test/Driver/mingw.cpp [new file with mode: 0644]