[Mlir-commits] [clang] [llvm] [mlir] [IR] Explicitly specify target feature for module asm (PR #204548)

Mikael Holmen llvmlistbot at llvm.org
Fri Jul 3 07:12:10 PDT 2026


mikaelholmen wrote:

When doing a clean build I see several errors like
```
<inline asm>:11:5: error: 32 bit reloc applied to a field with a different size
   11 | jmp __interceptor_strlen at plt
      |     ^
```
when compiling compiler-rt. After it fails, if I just rerun the compilation it succesfully builds.
I speculatively reverted this patch locally, and then it doesn't seem to happen anymore.
I have no idea what is going on, does anyone have a clue?


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


More information about the Mlir-commits mailing list