| commit | 13aeee0d36199e0c54c1b045540383d8383b030c | [log] [tgz] |
|---|---|---|
| author | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Apr 02 22:25:50 2018 +0000 |
| committer | Saleem Abdulrasool <compnerd@compnerd.org> | Mon Apr 02 22:25:50 2018 +0000 |
| tree | 16ffefc1d8f34681c7bd921f4dce61aa974de645 | |
| parent | 30b215e8f742a6d2ef155aec9887f49c3e9ad501 [diff] |
CodeGenCXX: support PreserveMostCC in MS ABI Microsoft has reserved 'U' for the PreserveMostCC which is used in the swift runtime. Add support for this. This allows the swift runtime to be built for Windows again. llvm-svn: 329025