diff options
author | shaw young <58664393+shawbyoung@users.noreply.github.com> | 2024-06-24 15:44:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 18:44:24 -0400 |
commit | 32e4906c28952d2dd8ed193cfd37856b98233ef5 (patch) | |
tree | 40b358f06fac479946dbcc58b86510191deb9c0c /bolt/lib/Utils/CommandLineOpts.cpp | |
parent | b3c668b0055717633503ed26787037d9e3499781 (diff) | |
download | llvm-32e4906c28952d2dd8ed193cfd37856b98233ef5.zip llvm-32e4906c28952d2dd8ed193cfd37856b98233ef5.tar.gz llvm-32e4906c28952d2dd8ed193cfd37856b98233ef5.tar.bz2 |
Revert "[BOLT] Hash-based function matching" (#96568)
Reverts llvm/llvm-project#95821
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
-rw-r--r-- | bolt/lib/Utils/CommandLineOpts.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp index 0724e62..41c89bc 100644 --- a/bolt/lib/Utils/CommandLineOpts.cpp +++ b/bolt/lib/Utils/CommandLineOpts.cpp @@ -128,11 +128,6 @@ cl::opt<bool> cl::desc("instrument code to generate accurate profile data"), cl::cat(BoltOptCategory)); -cl::opt<bool> - MatchProfileWithFunctionHash("match-profile-with-function-hash", - cl::desc("Match profile with function hash"), - cl::Hidden, cl::cat(BoltCategory)); - cl::opt<std::string> OutputFilename("o", cl::desc("<output file>"), |