| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
It was not causing a problem but it's not good practice.
llvm-svn: 361161
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
llvm-svn: 304308
|
|
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
|