mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2026-01-31 01:35:20 +01:00
CSSPGO only supports text and extended binary profile now. Raw binary does not have the metadata section CSSPGO needs, and Compact binary profile needs special handling for GUID based context names, which is not yet implemented. Disasslow these two format for CSSPGO profile writing to avoid silently generating invalid profiles. Differential Revision: https://reviews.llvm.org/D101300