The Often Misunderstood GEP Instruction
LLVM 原文 http://llvm.org/docs/GetElementPtr.html 翻译参考 https://blog …
Yet Another Me.
Cyber Security Rookie
It's not a bug; it's an undocumented feature.
LLVM 原文 http://llvm.org/docs/GetElementPtr.html 翻译参考 https://blog …
调试过程 最近在写创建loop的IR maker,但是在边界条件比较的地方,直接assert退出了。 跟踪到相关源代码 这块地方报 …
一键重新编译Pass脚本 因为每次都要重新cmake和make,不断切换目录很繁琐,于是自己写了一个makefile文件提升效率 …
介绍 AddressSanitizer简称asan或者sanitizer. lvm提供了内存调试工具,例如地址sanitizer、 …