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@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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to