[llvm-dev] Is there a way to trace what code block in a bitcode file is run? (original) (raw)

Peng Yu via llvm-dev llvm-dev at lists.llvm.org
Mon Jan 21 09:10:25 PST 2019


Hi,

The cfg pass is only a static analysis of a bitcode file. Is there a way to trace what code blocks in a bitcode file actually run? Thanks.

-- Regards, Peng



More information about the llvm-dev mailing list