Last and great fmt for fuzzbench
This commit is contained in:
parent
abed61cc49
commit
57d6df7951
@ -17,7 +17,8 @@ fn main() {
|
||||
|
||||
let mut cc = ClangWrapper::new("clang", "clang++");
|
||||
|
||||
if let Some(code) = cc.is_cpp(is_cpp)
|
||||
if let Some(code) = cc
|
||||
.is_cpp(is_cpp)
|
||||
.from_args(&args)
|
||||
.unwrap()
|
||||
.link_staticlib(&dir, "fuzzbench".into())
|
||||
@ -27,7 +28,8 @@ fn main() {
|
||||
// silence the compiler wrapper output, needed for some configure scripts.
|
||||
.silence()
|
||||
.run()
|
||||
.unwrap() {
|
||||
.unwrap()
|
||||
{
|
||||
std::process::exit(code);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user