Allow building the sysroot with --emit llvm-ir
This commit is contained in:
parent
56c5c09618
commit
c1ac2df0c3
@ -205,7 +205,7 @@ fn build_clif_sysroot_for_triple(
|
|||||||
{
|
{
|
||||||
let entry = entry.unwrap();
|
let entry = entry.unwrap();
|
||||||
if let Some(ext) = entry.path().extension() {
|
if let Some(ext) = entry.path().extension() {
|
||||||
if ext == "rmeta" || ext == "d" || ext == "dSYM" {
|
if ext == "rmeta" || ext == "d" || ext == "dSYM" || ext == "clif" {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user