Unverified Commit 4cfdef76 authored by Richard Dzenis's avatar Richard Dzenis Committed by GitHub
Browse files

[clang] Fix '__cdecl' CC is not supported for this target (#74932)

Fixes regression introduced in b3e6ff33
Fixes bot failure https://lab.llvm.org/buildbot/#/builders/60/builds/15037
```
    .---command stderr------------
    | error: 'supported-warning' diagnostics seen but not expected:
    | File C:\buildbot\as-builder-1\x-armv7l\llvm-project\clang\test\SemaCXX\ms-constexpr-new.cpp Line 7: '__cdecl' calling convention is not supported for this target
    | 1 error generated.
    `-----------------------------
```
parent 600462a2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment