[clang][Interp] Implement function calls
Add Call() and CallVoid() ops and use them to call functions. Only FunctionDecls are supported for now. Differential Revision: https://reviews.llvm.org/D132286
Loading
Please sign in to comment
Add Call() and CallVoid() ops and use them to call functions. Only FunctionDecls are supported for now. Differential Revision: https://reviews.llvm.org/D132286