Rollup merge of #62814 - androm3da:hexagon_19jul_2019, r=alexcrichton

add support for hexagon-unknown-linux-musl
This commit is contained in:
Mazdak Farrokhzad
2019-07-25 01:05:00 +02:00
committed by GitHub
10 changed files with 110 additions and 2 deletions

View File

@@ -174,7 +174,7 @@ const X86_WHITELIST: &[(&str, Option<Symbol>)] = &[
const HEXAGON_WHITELIST: &[(&str, Option<Symbol>)] = &[
("hvx", Some(sym::hexagon_target_feature)),
("hvx-double", Some(sym::hexagon_target_feature)),
("hvx-length128b", Some(sym::hexagon_target_feature)),
];
const POWERPC_WHITELIST: &[(&str, Option<Symbol>)] = &[