LLVM, Intermediate Representation, and Static Analysis! Oh My!
LLVM and Its Intermediate Representation You do not know what LLVM is? Intermediate representation sounds peculiar and static analysis is hard? LLVM is a compiler infrastructure project that allows you to build your own compiler(s) and associated tools. If you do not know what that means think of it as a large C++ library that…