]> granicus.if.org Git - clang/commit
Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.
authorSamuel Antao <sfantao@us.ibm.com>
Tue, 27 Oct 2015 22:20:26 +0000 (22:20 +0000)
committerSamuel Antao <sfantao@us.ibm.com>
Tue, 27 Oct 2015 22:20:26 +0000 (22:20 +0000)
commit0c6833315636a1ba3c2d55d2ece258270c458541
tree01e5ed355bfc22958d9b5bd6c674ed9f81f01ccc
parent8d7afec55e93f011a3dc46c8e143dd56038bf197
Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.

If the user configured clang with a custom GCC toolchain that will take precedence on what the ToolChainTest.cpp expects to evaluate.
This is fixed here by passing --gcc-toolchain= to the driver, in order to override any user defined GCC toolchain.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251459 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Driver/ToolChainTest.cpp