[all-commits] [llvm/llvm-project] 4cfdef: [clang] Fix '__cdecl' CC is not supported for this...
Richard Dzenis via All-commits
all-commits at lists.llvm.org
Sat Dec 9 06:40:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4cfdef76a2228b1b52df82fc83f58b9453397d98
https://github.com/llvm/llvm-project/commit/4cfdef76a2228b1b52df82fc83f58b9453397d98
Author: Richard Dzenis <dzenis at richard.lv>
Date: 2023-12-09 (Sat, 09 Dec 2023)
Changed paths:
M clang/test/SemaCXX/ms-constexpr-new.cpp
Log Message:
-----------
[clang] Fix '__cdecl' CC is not supported for this target (#74932)
Fixes regression introduced in b3e6ff331925dde24a4707452d657da0fdf7f588
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.
`-----------------------------
```
More information about the All-commits
mailing list