]> granicus.if.org Git - clang/commit
test: fix MIPS driver tests
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 22 Feb 2014 23:37:54 +0000 (23:37 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 22 Feb 2014 23:37:54 +0000 (23:37 +0000)
commit0474d7c347bfada0f39b50f60f25aab3951fb265
tree062ddacdcdd089dffa0fe04f511995a14e2b3623
parente1ee32c1a7d567005d3e3573a254c8b7d04b87df
test: fix MIPS driver tests

The tests attempt to validate the invocation of the assembler program with the
integrated assembler disabled.  However, the match pattern for the negative
tests are lax and will match both the driver invocation as well as the assembler
invocation.  Make the tests more strict by ensuring that we only match the
assembler invocation.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201959 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/mips-as.c