aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib/Utils/CommandLineOpts.cpp
diff options
context:
space:
mode:
authorshaw young <58664393+shawbyoung@users.noreply.github.com>2024-06-24 15:44:24 -0700
committerGitHub <noreply@github.com>2024-06-24 18:44:24 -0400
commit32e4906c28952d2dd8ed193cfd37856b98233ef5 (patch)
tree40b358f06fac479946dbcc58b86510191deb9c0c /bolt/lib/Utils/CommandLineOpts.cpp
parentb3c668b0055717633503ed26787037d9e3499781 (diff)
downloadllvm-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.cpp5
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>"),