File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
llvm/tools/llvm-ctxprof-util Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
- // ===--- PGOCtxProfJSONReader.h - JSON format ---- --------------*- C++ -*-===//
1
+ // ===--- llvm-ctxprof-util - utilities for ctxprof --------------*- C++ -*-===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
8
8
// /
9
9
// / \file
10
10
// /
11
- // / JSON format for the contextual profile for testing.
11
+ // / Utilities for manipulating contextual profiles
12
12
// /
13
13
// ===----------------------------------------------------------------------===//
14
14
15
- #include " llvm/ADT/STLExtras.h"
16
15
#include " llvm/IR/GlobalValue.h"
17
- #include " llvm/ProfileData/CtxInstrContextNode.h"
18
16
#include " llvm/ProfileData/PGOCtxProfWriter.h"
19
17
#include " llvm/Support/CommandLine.h"
20
18
#include " llvm/Support/Error.h"
21
19
#include " llvm/Support/ErrorHandling.h"
22
- #include " llvm/Support/InitLLVM.h"
23
- #include " llvm/Support/JSON.h"
24
20
#include " llvm/Support/MemoryBuffer.h"
25
21
#include " llvm/Support/raw_ostream.h"
26
22
You can’t perform that action at this time.
0 commit comments