[llvm-dev] LLVM Fatal Error: Alignment is limited to 32 bytes

xoviat via llvm-dev llvm-dev at lists.llvm.org
Mon Oct 30 09:27:55 PDT 2017


I'm working on porting the flang (LLVM) fortran compiler to windows. One
problem I ran into that I need help with is the following:

fatal error: error in backend: alignment is limited to 32-bytes
This happens when compiling some fortran files and is from here:

https://github.com/llvm-mirror/llvm/blob/806f68bbab5118c0252fdeaf1d84fc17ba9dae5c/lib/MC/MCWinCOFFStreamer.cpp#L230

What does this mean and will it be difficult to resolve it?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171030/f04bbb78/attachment-0001.html>


More information about the llvm-dev mailing list