[lld] wasm-ld: Implement function pointer alignment (PR #105532)
    Sam Clegg via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Oct 20 08:18:31 PDT 2025
    
    
  
sbc100 wrote:
> I've rolled back to the last working change. It seems there's something else that doesnt like aligning the index of the first function, as per previous comments
That doesn't seems reasonable though does it?   Having an option that aligns all function pointers except the first one seems very odd.   I think we/you need to figure out what is going on a fix the issue such that all function pointers are aligned, not just some.
https://github.com/llvm/llvm-project/pull/105532
    
    
More information about the llvm-commits
mailing list