[llvm] [llvm][MC][ARM] Don't autoresolve fixups (PR #76574)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 1 07:05:51 PST 2024


MaskRay wrote:

> Removes logic that caused some fixups to be marked as resolved in the assembler without actually resolving them. 

Maybe worth updating the description to include an example like
```
xxx  // previously incorrectly resolved, now ...
```

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


More information about the llvm-commits mailing list