[llvmlinux] [PATCH] Make alignment cflags configurable.

Jan-Simon Moeller dl9pf at gmx.de
Wed Aug 12 23:59:45 UTC 2015


Am Donnerstag, 13. August 2015, 00:37:05 schrieb David Woodhouse:
> On Thu, 2015-08-13 at 01:17 +0200, Jan-Simon Moeller wrote:
> > This way we can figure why it does not work for clang and keep things
> > as-is for gcc.
> 
> Let's figure it out first. Or at *least* bisect and find which kernel
> commit broke it.
> 
> Then we can talk about the best way to fix it.

I bisected it already.

down to -faling-jumps in

be6cb02779ca74d83481f017db21578cfe92891c is the first bad commit
commit be6cb02779ca74d83481f017db21578cfe92891c
Author: Ingo Molnar <mingo at kernel.org>
Date:   Fri Apr 10 14:08:46 2015 +0200

    x86: Align jump targets to 1-byte boundaries

Best,
Jan-Simon


More information about the LLVMLinux mailing list