Issue | 153283 |
---|---|
Summary | [CIR] Upstream support for calling lambda functions |
Labels | ClangIR |
Assignees | |
Reporter | andykaylor |
### Overview Upstream support for calling lambda function in ClangIR. ### Suggested minimal test case ``` void fn() { auto a = [](){}; a(); } ```
### Existing incubator tests clang/test/CIR/CodeGen/lambda.cpp
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs