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.
我想学习如何正确使用 IRBuilder 方法来使用下面描述的类似步骤生成给定的位码。
clang -emit-llvm test1.c -o test1.bc llc -march=cpp test1.bc -o howto.cpp