summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/config-file4.c
Commit message (Collapse)AuthorAgeFilesLines
* This test fails if there is no integrated assembler, so change the -c option ↵Douglas Yung2018-05-011-1/+1
| | | | | | to -S as it is not important to the test and allows it to pass when there is no integrated assembler. llvm-svn: 331318
* Make test more platform neutralSerge Pavlov2018-04-261-1/+1
| | | | llvm-svn: 330927
* [ConfigFiles] Update argument strings when merging argrument listsSerge Pavlov2018-04-261-0/+2
Implementation of `InputArgList` assumes its field `ArgStrings` contains strings for each argument exactly in the same order. This condition was broken when arguments from config file and from invocation were merged. This change fixes https://bugs.llvm.org/show_bug.cgi?id=37196 (Clang config files can crash argument handling). llvm-svn: 330926
OpenPOWER on IntegriCloud