Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个 LLVM2.9 函数传递,该传递插入一条指令,该指令调用一个接受 ac 字符串作为参数的外部函数。
我想传递给外部函数的 c 字符串是在函数传递的开头生成的。
一般要将值传递给外部函数,我只需将它们的类型添加到 CallInst 参数列表中,然后在实际创建 CallInst 时插入我想要的特定值。我发现用字符串很难做到这一点。
有小费吗?