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.
我想知道是否有办法直接从 LLVM IR(包含在 cpp 程序中,即内存中)到共享二进制文件?我正在寻找一种不会在磁盘上创建任何中间文件的方法,除了最终结果,即共享二进制文件。这可能吗?如果是,我在哪里可以找到有关如何操作的文档/参考资料?谢谢!