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 を初めて使用します。LLVM IR ソース コードがあり、いくつかの extern 宣言関数を使用しています。これらの関数は C++ ファイルに実装されています。
だから私の質問は:
LLVM IR でこれらの c++ 関数を呼び出す方法は?
c++ ファイルを LLVM IR にコンパイルし、それらをリンクするのは正しい方法ですか?