[llvm-branch-commits] [llvm-objdump] -r: support CREL (PR #97382)

Peter Smith via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Tue Jul 2 05:50:04 PDT 2024


================
@@ -2687,6 +2687,15 @@ void Dumper::printRelocations() {
            << "VALUE\n";
 
     for (SectionRef Section : P.second) {
+      // CREL requires decoding and has its specific errors.
----------------
smithp35 wrote:

I recommend
```
// CREL sections require decoding, each section may have its own specific errors.
```

https://github.com/llvm/llvm-project/pull/97382


More information about the llvm-branch-commits mailing list