Skip to content

Commit b3061e5

Browse files
committed
---
yaml --- r: 3570 b: refs/heads/master c: ccf6112 h: refs/heads/master v: v3
1 parent b54c69e commit b3061e5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 5c9fb0bc98dbd744fc82bccd9e09a2d3090b4528
2+
refs/heads/master: ccf6112f1546ee381df11793bf013ebc95829b74

trunk/mk/fuzzer.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
FUZZER_CRATE := $(S)src/fuzzer/fuzzer.rc
44
FUZZER_INPUTS := $(wildcard $(addprefix $(S)src/fuzzer/, *.rs))
55

6-
stage1/fuzzer$(X): $(FUZZER_CRATE) $(FUZZER_INPUTS) $(SREQ1)
6+
stage1/fuzzer$(X): $(FUZZER_CRATE) $(FUZZER_INPUTS) $(SREQ1) \
7+
stage1/lib/$(CFG_LIBRUSTC)
78
@$(call E, compile_and_link: $@)
89
$(STAGE1) -o $@ $<

trunk/src/fuzzer/fuzzer.rc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// -*- rust -*-
22

33
use std;
4+
use rustc;
45

56
mod fuzzer;
67

0 commit comments

Comments
 (0)