Skip to content
Snippets Groups Projects
Commit 34174fac authored by Aaron Councilman's avatar Aaron Councilman
Browse files

Add more useful error message if clang is missing

parent cc0402cd
No related branches found
No related tags found
1 merge request!52Setup for CI
Pipeline #200256 passed
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment