llvm/bolt/test/heatmap.test
Vladislav Khmelevsky 5c2ae5f454 [BOLT] Refactor heatmap to be standalone tool
Separate heatmap from bolt and build it as standalone tool.

Reviewed By: maksfb

Differential Revision: https://reviews.llvm.org/D118946
2022-02-07 22:00:44 +03:00

7 lines
170 B
Plaintext

# Verifies basic functioning of heatmap mode
REQUIRES: system-linux
RUN: llvm-bolt-heatmap --help | FileCheck %s
CHECK: USAGE: llvm-bolt-heatmap [options] <executable>