This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
假设 module 中的一个函数f_a调用 module 中的m_a另一个函数。这是跨模块的唯一参考。现在,我想让模块自包含,即消除对其他模块的引用。但是,模块的尺寸非常大。(在这种情况下,它包含快速/准确和单/双实现中的所有数学函数)。有没有办法只使用 LLVM C++ API向模块添加功能?还是我必须使用链接器 API 并将整个模块合并到?f_bm_bm_am_am_bf_bm_am_bm_a