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++ -*-===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
88// /
99// / \file
1010// /
11- // / JSON format for the contextual profile for testing.
11+ // / Utilities for manipulating contextual profiles
1212// /
1313// ===----------------------------------------------------------------------===//
1414
15- #include " llvm/ADT/STLExtras.h"
1615#include " llvm/IR/GlobalValue.h"
17- #include " llvm/ProfileData/CtxInstrContextNode.h"
1816#include " llvm/ProfileData/PGOCtxProfWriter.h"
1917#include " llvm/Support/CommandLine.h"
2018#include " llvm/Support/Error.h"
2119#include " llvm/Support/ErrorHandling.h"
22- #include " llvm/Support/InitLLVM.h"
23- #include " llvm/Support/JSON.h"
2420#include " llvm/Support/MemoryBuffer.h"
2521#include " llvm/Support/raw_ostream.h"
2622
You can’t perform that action at this time.
0 commit comments