r250705 - Sample Profiles - Fix location of binary encoding documentation. NFC.

Diego Novillo via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 19 08:53:17 PDT 2015


Author: dnovillo
Date: Mon Oct 19 10:53:17 2015
New Revision: 250705

URL: http://llvm.org/viewvc/llvm-project?rev=250705&view=rev
Log:
Sample Profiles - Fix location of binary encoding documentation. NFC.

Modified:
    cfe/trunk/docs/UsersManual.rst

Modified: cfe/trunk/docs/UsersManual.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/UsersManual.rst?rev=250705&r1=250704&r2=250705&view=diff
==============================================================================
--- cfe/trunk/docs/UsersManual.rst (original)
+++ cfe/trunk/docs/UsersManual.rst Mon Oct 19 10:53:17 2015
@@ -1380,7 +1380,7 @@ Sample Profile Text Format
 This section describes the ASCII text format for sampling profiles. It is,
 arguably, the easiest one to generate. If you are interested in generating any
 of the other two, consult the ``ProfileData`` library in in LLVM's source tree
-(specifically, ``llvm/lib/ProfileData/SampleProfWriter.cpp``).
+(specifically, ``include/llvm/ProfileData/SampleProfReader.h``).
 
 .. code-block:: console
 




More information about the cfe-commits mailing list