Appease test/clang-tidy/misc-unused-parameters.cpp for targeting *-win32, to add -fno-delayed-template-parsing.

Note, clang-tidy tests wouldn't run on Windows hosts since they are disabled with REQUIRES:shell.
The failure would be raised with cross building.

llvm-svn: 242984
This commit is contained in:
NAKAMURA Takumi 2015-07-23 05:52:02 +00:00
parent 4135e4c475
commit d4ed83aae7
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@ shift 3
if [ "$#" -eq 0 ] ; then
# Default to -- --std=c++11
set - -- --std=c++11
# Suppress -target=*-win32.
set - -- -fno-delayed-template-parsing
fi
set -o errexit