<div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello,</span><div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">I've been playing lately a lot with LLVM. In the documentation that I have read, it is said that LLVM Context should provide memory isolation. However, is it possible to do opposite? I would like to have few modules, execution within the same execution context and have them accessing the same global variables. </div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">P.S</div><div style="font-family:arial,sans-serif;font-size:13px">I have tried using getGlobalContext, but I get an error stating that this is a private member. Am I on the right path?</div>
<div style="font-family:arial,sans-serif;font-size:13px"><br></div><div style="font-family:arial,sans-serif;font-size:13px">Best regards,</div><div style="font-family:arial,sans-serif;font-size:13px">Jasmin</div></div>