compiler-research / CppInterOp

A Clang-based C++ Interoperability Library
Other
47 stars 21 forks source link

Investigate the valgrind invalid memory accesses in released llvm 17. #184

Closed vgvassilev closed 8 months ago

vgvassilev commented 8 months ago

LLVM 17 seems broken. It has valgrind issues discovered by CppInterOp: https://github.com/compiler-research/CppInterOp/actions/runs/7561682890/job/20590508932#step:26:11915

mcbarton commented 8 months ago

This issue feels like a copy of issue https://github.com/compiler-research/CppInterOp/issues/174 , or at least very related.

vgvassilev commented 8 months ago

Yes, that's right, let's close it as duplicate.