Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This test fails if there is no integrated assembler, so change the -c option ↵ | Douglas Yung | 2018-05-01 | 1 | -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 neutral | Serge Pavlov | 2018-04-26 | 1 | -1/+1 |
| | | | | llvm-svn: 330927 | ||||
* | [ConfigFiles] Update argument strings when merging argrument lists | Serge Pavlov | 2018-04-26 | 1 | -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 |