[llvm] [llvm-objcopy][COFF] Update .symidx values after stripping (PR #153322)

James Henderson via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 2 01:11:53 PDT 2025


================
@@ -0,0 +1,225 @@
+## Bail out if a section consisting of symidx is invalid.
----------------
jh7370 wrote:

```suggestion
## Test that we bail out if a section consisting of symidx is invalid.
```
Is "symidx" a spec-defined name? If not, I'd just write it as "symbol indices".

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


More information about the llvm-commits mailing list