File: text-dump.test

package info (click to toggle)
llvm-toolchain-9 1%3A9.0.1-16.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 882,388 kB
  • sloc: cpp: 4,167,636; ansic: 714,256; asm: 457,610; python: 155,927; objc: 65,094; sh: 42,856; lisp: 26,908; perl: 7,786; pascal: 7,722; makefile: 6,881; ml: 5,581; awk: 3,648; cs: 2,027; xml: 888; javascript: 381; ruby: 156
file content (21 lines) | stat: -rw-r--r-- 911 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Basic tests for testing text dump functions.

RUN: llvm-profdata show --all-functions -counts --text %p/Inputs/basic.proftext > %t-basic.proftext1
RUN: llvm-profdata merge -o %t-basic.proftext2 --text  %p/Inputs/basic.proftext

RUN: llvm-profdata merge -binary -o %t-basic.profdata1 %t-basic.proftext1
RUN: llvm-profdata merge -o %t-basic.profdata2 %t-basic.proftext2

RUN: llvm-profdata show --all-functions -counts  %t-basic.profdata1 > %t-basic.dump3
RUN: llvm-profdata show --all-functions -counts  %t-basic.profdata2 > %t-basic.dump4

RUN: llvm-profdata merge -text -o %t-basic.proftext5 %t-basic.profdata1
RUN: llvm-profdata merge -text -o %t-basic.proftext6 %t-basic.profdata2

RUN: diff %t-basic.dump3 %t-basic.dump4
RUN: diff %t-basic.proftext5 %t-basic.proftext6

RUN: not llvm-profdata merge -gcc -o %t-basic-profdata3 %t-basic.proftext2 2>&1 | FileCheck %s --check-prefix=UNKNOWN
UNKNOWN: Unknown