[llvm] [BOLT] Add symbolizer for AArch64 disassembler. NFCI (PR #127969)
Paschalis Mpeis via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 20 08:26:28 PST 2025
================
@@ -0,0 +1,86 @@
+//===- bolt/Target/AArch64/AArch64MCSymbolizer.cpp ------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "AArch64MCSymbolizer.h"
+#include "bolt/Core/BinaryContext.h"
+#include "bolt/Core/BinaryFunction.h"
+#include "bolt/Core/MCPlusBuilder.h"
+#include "bolt/Core/Relocation.h"
+#include "llvm/MC/MCInst.h"
+#include "llvm/MC/MCRegisterInfo.h"
----------------
paschalis-mpeis wrote:
IDE warns that this 'is not used directly'
```suggestion
```
https://github.com/llvm/llvm-project/pull/127969
More information about the llvm-commits
mailing list