]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #64051 - alex:linux-kernel-module-target, r=joshtriplett
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 5 Sep 2019 10:11:13 +0000 (12:11 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2019 10:11:13 +0000 (12:11 +0200)
Add x86_64-linux-kernel target

This adds a target specification for Linux kernel modules on x86_64, as well as base code that can be shared with other architectures.

I wasn't totally sure about what the best name for this was.

There's one open question on whether we should use the LLVM generic x86_64-elf target, or the same one used for the Linux userspace.

r? @joshtriplett


Trivial merge