[llvm] [AMDGPU] Fixed llvm-debuginfo-analyzer for AMDGPU. (PR #145125)
Adam Yang via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 25 12:01:18 PDT 2025
================
@@ -159,7 +159,8 @@ class LVBinaryReader : public LVReader {
LVAddress WasmCodeSectionOffset = 0;
// Loads all info for the architecture of the provided object file.
- Error loadGenericTargetInfo(StringRef TheTriple, StringRef TheFeatures);
+ Error loadGenericTargetInfo(StringRef TheTriple, StringRef TheFeatures,
+ StringRef CPU);
----------------
adam-yang wrote:
Fixed.
https://github.com/llvm/llvm-project/pull/145125
More information about the llvm-commits
mailing list