Closed Quuxplusone closed 4 years ago
Bugzilla Link | PR41503 |
Status | RESOLVED FIXED |
Importance | P normal |
Reported by | David Parks (code.optimizer@gmail.com) |
Reported on | 2019-04-15 10:39:59 -0700 |
Last modified on | 2019-12-03 05:23:17 -0800 |
Version | 8.0 |
Hardware | PC Windows 2000 |
CC | craig.topper@gmail.com, htmldeveloper@gmail.com, llvm-bugs@lists.llvm.org, llvm-dev@redking.me.uk, neeilans@live.com, richard-llvm@metafoo.co.uk, rnk@google.com |
Fixed by commit(s) | rG890c6ef1fb1350dd8e6b7b25da411cffbeaf6553 |
Attachments | |
Blocks | |
Blocked by | |
See also |
Problem continues to happen with Windows version of Clang-9.0
Changing line 17 of ...\lib\clang\9.0.0\include\invpcidintrin.h from
static __inline__ void
to
__cdecl static __inline__ void
Allows programs to compile with the vectorcall ABI avoiding the head file
errors.
What if we remove the forward declaration from intrin.h?
Should be fixed by 890c6ef1fb1350dd8e6b7b25da411cffbeaf6553
Hi Craig,
Thank you for taking care of this issue.
Will the fix be included in the next clang-9.X.Y release or will it only show up in clang-10?
Dave