Commit Graph

5 Commits

Author SHA1 Message Date
Doug Goldstein eafecbf868 librustc_back: convert fn target() to return Result
Change all the target generation functions to return a Result<Target,
String> so that targets that are unable to be instantiated can be
expressed as an Err instead of a panic!(). This should improve #33497 as
well.
2016-07-27 10:28:40 -07:00
Amanieu d'Antras 04835ea5ec Add #[cfg(target_has_atomic)] to get atomic support for the current target 2016-05-09 13:31:47 +01:00
Tamir Duberstein 728cd03c57 rustc_back: use a common musl base 2016-05-02 17:38:16 -04:00
Eduard Burtescu 0776399eac Make data-layout mandatory in target specs. 2016-04-19 16:08:45 +03:00
Brian Anderson bd3fe498e5 Add support for i686-unknown-linux-musl 2016-02-06 20:56:31 +00:00