mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	Introducing llvm-profdata, a tool for merging profile data generated by PGO instrumentation in clang. - The name indicates a file extension of <name>.profdata. Eventually profile data output by clang should be changed to that extension. - llvm-profdata merges two profiles. However, the name is more general, since it will likely pick up more tasks (such as summarizing a single profile). - llvm-profdata parses the current text-based format, but will be updated once we settle on a binary format. <rdar://problem/15949645> git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201535 91177308-0d34-0410-b5e6-96231b3b80d8
		
			
				
	
	
		
			53 lines
		
	
	
		
			905 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			905 B
		
	
	
	
		
			ReStructuredText
		
	
	
	
	
	
LLVM Command Guide
 | 
						|
------------------
 | 
						|
 | 
						|
The following documents are command descriptions for all of the LLVM tools.
 | 
						|
These pages describe how to use the LLVM commands and what their options are.
 | 
						|
Note that these pages do not describe all of the options available for all
 | 
						|
tools. To get a complete listing, pass the ``--help`` (general options) or
 | 
						|
``--help-hidden`` (general and debugging options) arguments to the tool you are
 | 
						|
interested in.
 | 
						|
 | 
						|
Basic Commands
 | 
						|
~~~~~~~~~~~~~~
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   llvm-as
 | 
						|
   llvm-dis
 | 
						|
   opt
 | 
						|
   llc
 | 
						|
   lli
 | 
						|
   llvm-link
 | 
						|
   llvm-ar
 | 
						|
   llvm-nm
 | 
						|
   llvm-config
 | 
						|
   llvm-diff
 | 
						|
   llvm-cov
 | 
						|
   llvm-profdata
 | 
						|
   llvm-stress
 | 
						|
   llvm-symbolizer
 | 
						|
 | 
						|
Debugging Tools
 | 
						|
~~~~~~~~~~~~~~~
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   bugpoint
 | 
						|
   llvm-extract
 | 
						|
   llvm-bcanalyzer
 | 
						|
 | 
						|
Developer Tools
 | 
						|
~~~~~~~~~~~~~~~
 | 
						|
 | 
						|
.. toctree::
 | 
						|
   :maxdepth: 1
 | 
						|
 | 
						|
   FileCheck
 | 
						|
   tblgen
 | 
						|
   lit
 | 
						|
   llvm-build
 | 
						|
   llvm-readobj
 |