compiler-research / CppInterOp

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

Add test case to GetVariableOffset for const global vars #33

Closed sudo-panda closed 1 year ago

sudo-panda commented 1 year ago

When GetVariableOffset is run on a const global variable it is not able to get it's address.

sudo-panda commented 1 year ago

@vgvassilev can you provide a fix?