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 ツールを使用して、小さなプログラムのブロック レベルのプロファイルを生成することを検討しています。古いバージョンでは、これは実行するのと同じくらい簡単だったようです:
perl utils/profile.pl -block program.bc
LLVM の新しいバージョンではプロファイリングはどのように行われますか?