summaryrefslogtreecommitdiff
path: root/testsuite/tests
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2016-03-13 15:28:11 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2016-03-17 07:43:09 +1100
commit46f9a476e17714e27d893b491cc0dcf68c745249 (patch)
tree58d1da65acc2a712e76fe8f2f52d29cb7bf36e39 /testsuite/tests
parent5d98b8bf249fab9bb0be6c5d4e8ddd4578994abb (diff)
downloadhaskell-46f9a476e17714e27d893b491cc0dcf68c745249.tar.gz
DriverPipeline: Fix 'unused arguments' warnings from Clang
When using Clang as the C compiler, over 100 tests were failing due to Clang reporting that some command line arguments were not being used. These warnings only occur when Clang is compiling assembler files which happens in two places, one of which already conditionally adding `-Qunused-arguments` to the command line when the compiler was Clang. This fixes the other. Test Plan: validate with clang as the C compiler Reviewers: bgamari, hvr, austin, rwbarton Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D1998 GHC Trac Issues: #11684
Diffstat (limited to 'testsuite/tests')
0 files changed, 0 insertions, 0 deletions