]> git.lizzy.rs Git - rust.git/commit
Pass target_cpu to LinkerInfo::new instead of link_binary
authorbjorn3 <bjorn3@users.noreply.github.com>
Sun, 28 Mar 2021 20:14:09 +0000 (22:14 +0200)
committerbjorn3 <bjorn3@users.noreply.github.com>
Sun, 2 May 2021 16:00:20 +0000 (18:00 +0200)
commit55dbf17bb57c1d05e0cb04c21e43ad3dc7b01858
tree4a6b63a8ec0913ed3303b4dd7601add9c2d3f55e
parent07968a001d9e7dfd2417dfb57d3227e395691418
Pass target_cpu to LinkerInfo::new instead of link_binary

This is one step towards separating the linking code from codegen backends
src/driver/aot.rs
src/lib.rs