GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
LLVM-CGDATA(1) LLVM LLVM-CGDATA(1)

llvm-cgdata - LLVM CodeGen Data Tool

llvm-cgdata [commands] [options] (<binaries>|<.cgdata>)

The :program:llvm-cgdata utility parses raw codegen data embedded in compiled binary files and merges them into a single .cgdata file. It can also inspect and manipulate .cgdata files. Currently, the tool supports saving and restoring outlined hash trees and stable function maps, allowing for more efficient function outlining and function merging across modules in subsequent compilations. The design is extensible, allowing for the incorporation of additional codegen summaries and optimization techniques.

At least one of the following commands are required:

Convert a .cgdata file from one format to another.

Merge multiple raw codgen data in binaries into a single .cgdata file.

Show summary information about a .cgdata file.

llvm-cgdata supports the following options:

Specify the format of the output .cgdata file.

Specify the output file name.

Print the version of the llvm-cgdata tool.

$ llvm-cgdata --convert --format=text input.cgdata --output=output.data
$ llvm-cgdata --merge file1.o file2.o --output=merged.cgdata
$ llvm-cgdata --show input.cgdata

Maintained by the LLVM Team (https://llvm.org/).

2003-2025, LLVM Project

2025-07-17 20

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.