compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
38 stars 20 forks source link

[Interpreter] Forward declare input to process so it's registered in JIT #238

Closed maximusron closed 2 months ago

maximusron commented 2 months ago

This PR ensures that previous PTU's as a result of just parsing are registered in the JIT. This fixes failing tests with symbol not found, which was causing the wrapper code in TClingCallFunc to not compile.

github-actions[bot] commented 2 months ago

clang-tidy review says "All clean, LGTM! :+1:"