Allow building the sysroot with --emit llvm-ir

This commit is contained in:
bjorn3 2022-06-28 11:55:37 +02:00
parent 56c5c09618
commit c1ac2df0c3

View File

@ -205,7 +205,7 @@ fn build_clif_sysroot_for_triple(
{
let entry = entry.unwrap();
if let Some(ext) = entry.path().extension() {
if ext == "rmeta" || ext == "d" || ext == "dSYM" {
if ext == "rmeta" || ext == "d" || ext == "dSYM" || ext == "clif" {
continue;
}
} else {