资讯

I was wondering when reading the codebase, what are the reasons for construction of LLVM IR using plain strings concatenation instead of using LLVM classes like llvm::IRBuilder which provide an API ...