]> git.lizzy.rs Git - rust.git/commit
Support for specifying the code model
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 15 Jul 2014 23:14:02 +0000 (23:14 +0000)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Tue, 15 Jul 2014 23:21:22 +0000 (23:21 +0000)
commit0a31060815b63a87729be0178c7fce52d3b88d6f
tree552d7be2b6d2dd58b7ca4e06e20d28a88a82b4a5
parent1704ebb798bd55a782b80ae6741c5d11403aaf13
Support for specifying the code model

The default code model is usually unsuitable for kernels,
so we add an option to specify which model we want.
src/librustc/back/link.rs
src/librustc/driver/config.rs