summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/m_and_mm.c
Commit message (Collapse)AuthorAgeFilesLines
* Ignore return value in test.Daniel Jasper2017-06-161-1/+1
| | | | llvm-svn: 305574
* Fix a bug that warnings generated with -M or -MM flagsYuka Takahashi2017-06-161-0/+12
| | | | | | | | | This is a patch for bug: https://bugs.llvm.org/show_bug.cgi?id=6817 Warnings should not be emitted with -M and -MM flags, because this mode is only used for generate MakeFiles. llvm-svn: 305561
* Replace 'grep foo | count 0' with 'not grep foo'.Rafael Espindola2013-07-041-1/+1
| | | | | | This avoids depending on pipefail not being used. llvm-svn: 185648
* Driver: M and MM should be grouped together, <rdar://problem/8744831>.Daniel Dunbar2010-12-081-0/+3
llvm-svn: 121284
OpenPOWER on IntegriCloud