When using blocks with C++ on Windows x86, it is possible to have the
block literal be pushed into the inalloca'ed parameters. Teach IRGen to
handle the case properly by extracting the block literal from the
inalloca parameter. This fixes the use of blocks with C++ on Windows
x86.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Event Timeline
Comment Actions
Patch is missing context.
lib/CodeGen/CGDecl.cpp | ||
---|---|---|
1851 | This comment needs to be updated. |
This comment needs to be updated.