Allow building the sysroot with --emit llvm-ir
This commit is contained in:
parent
56c5c09618
commit
c1ac2df0c3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue