Skip to content
Snippets Groups Projects

Setup for CI

Merged rarbore2 requested to merge ci into main
+ 1
1
@@ -676,7 +676,7 @@ impl PassManager {
.stdin(Stdio::piped())
.stdout(Stdio::piped())
.spawn()
.unwrap();
.expect("Error running clang. Is it installed?");
assert!(clang_process.wait().unwrap().success());
println!("{}", output_archive);
Loading