diff options
author | Shubham Sandeep Rastogi <srastogi22@apple.com> | 2025-03-20 14:48:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 14:48:53 -0700 |
commit | cc86d7cb191a64489e837c68f299abb930f5c6cb (patch) | |
tree | d1b4d5f216ee9e6caf6c0e8be7597c95e072245d /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 8e777ff5bb1ad46794f8cbbad27724f59e0f2ce0 (diff) | |
download | llvm-cc86d7cb191a64489e837c68f299abb930f5c6cb.zip llvm-cc86d7cb191a64489e837c68f299abb930f5c6cb.tar.gz llvm-cc86d7cb191a64489e837c68f299abb930f5c6cb.tar.bz2 |
Initialize aarch64-cond-br-tuning pass (#132087)
The call to the initializeAArch64CondBrTuningPass function is missing in
the AArch64TargetMachine LLVMInitializeAArch64Target function.
This means that the pass is not in the pass registry and options such as
-run-pass=aarch64-cond-br-tuning and
-stop-after=aarch64-cond-br-tuning cannot be used. This patch fixes that
issue.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions