Skip to content
  • Justin Bogner's avatar
    ProfileData: Introduce the InstrProfReader interface and a text reader · f8d79198
    Justin Bogner authored
    This introduces the ProfileData library and updates llvm-profdata to
    use this library for reading profiles. InstrProfReader is an abstract
    base class that will be subclassed for both the raw instrprof data
    from compiler-rt and the efficient instrprof format that will be used
    for PGO.
    
    llvm-svn: 204482
    f8d79198
Loading