summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/cl-cc-flags.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test not to use UNSUPPORTED as a FileCheck prefix.Paul Robinson2019-05-201-6/+6
| | | | | | It was not causing a problem but it's not good practice. llvm-svn: 361161
* Add default calling convention support for regcall.Erich Keane2017-11-021-0/+3
| | | | | | | | | | | Added support for regcall as default calling convention. Also added code to exclude main when applying default calling conventions. Patch-By: eandrews Differential Revision: https://reviews.llvm.org/D39210 llvm-svn: 317268
* Fix incorrect spelling of calling conv flag and add -Wno-msvc-not-found to testReid Kleckner2017-05-311-10/+10
| | | | llvm-svn: 304308
* [clang-cl] Improve default calling convention flag handlingReid Kleckner2017-05-311-0/+33
Ignore default CC flags that don't make sense for the target arch. This is consistent with MSVC. Addresses part of PR33237 llvm-svn: 304305
OpenPOWER on IntegriCloud