]> granicus.if.org Git - llvm/commit
Merging r324449:
authorReid Kleckner <rnk@google.com>
Wed, 14 Feb 2018 00:18:17 +0000 (00:18 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 14 Feb 2018 00:18:17 +0000 (00:18 +0000)
commit10dd7c84dce552f03f8e1c25e27eb8931fcf140a
tree7c0da1c34be21200651f0552cef8526e8ac45611
parent663ef77efe353f71b4b4c6112a8f0bd39d603cf6
Merging r324449:
------------------------------------------------------------------------
r324449 | chandlerc | 2018-02-06 22:16:24 -0800 (Tue, 06 Feb 2018) | 15 lines

[x86/retpoline] Make the external thunk names exactly match the names
that happened to end up in GCC.

This is really unfortunate, as the names don't have much rhyme or reason
to them. Originally in the discussions it seemed fine to rely on aliases
to map different names to whatever external thunk code developers wished
to use but there are practical problems with that in the kernel it turns
out. And since we're discovering this practical problems late and since
GCC has already shipped a release with one set of names, we are forced,
yet again, to blindly match what is there.

Somewhat rushing this patch out for the Linux kernel folks to test and
so we can get it patched into our releases.

Differential Revision: https://reviews.llvm.org/D42998
------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_60@325082 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/retpoline-external.ll