]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Pull in r264465 from upstream llvm trunk (by David Majnemer):
authordim <dim@FreeBSD.org>
Sat, 26 Mar 2016 17:38:15 +0000 (17:38 +0000)
committerdim <dim@FreeBSD.org>
Sat, 26 Mar 2016 17:38:15 +0000 (17:38 +0000)
commit9de2279aa4422b117768134cf799f0ed5a82eb9e
tree600f248306cba8a8886049e635c940ff579a2fb8
parent3ceaefacf80b806fed2146e447900243081c1a4b
Pull in r264465 from upstream llvm trunk (by David Majnemer):

  [X86] Emit a proper ADJCALLSTACKDOWN in EmitLoweredTLSAddr

  We forgot to add the second machine operand to our ADJCALLSTACKDOWN,
  resulting in crashes in PEI.

  This fixes PR27071.

This should fix an assertion failure during buildworld, when using -Os,
and targeting either i386 directly, or building the 32-bit libraries on
amd64.

Reported by: Eric Camachat <eric.camachat@gmail.com>
contrib/llvm/lib/Target/X86/X86ISelLowering.cpp