Jay Jang
Jay Jang
> Thank you @philipc for looking into it! After disabling GNU location views while compiling, it worked! Hello, I just happened to come across this post, and I was wondering...
hey @keymandll , seems like the link is down. Is it possible to reupload it or share it somehow? I would appreciate it. Thank you.
IF anyone wants to use `toString()` method to compare, you can do it this way (to save you some time) ``` std::string str; llvm::raw_string_ostream ss(str); ... llvm_value = LLVMModuleSet::getLLVMModuleSet()->getLLVMValue(svfInst); for...