File tree Expand file tree Collapse file tree 8 files changed +991
-321
lines changed Expand file tree Collapse file tree 8 files changed +991
-321
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: d4ebe835b265bdc255773bc5598d7d1fae9591f2
5
+ refs/heads/try: 507414daf9ed9a91ba04e3715f02353e31411a0c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ clean-misc:
50
50
$(Q)rm -f $(RUSTLLVM_LIB_OBJS) $(RUSTLLVM_OBJS_OBJS) $(RUSTLLVM_DEF)
51
51
$(Q)rm -Rf $(DOCS)
52
52
$(Q)rm -Rf $(GENERATED)
53
- $(Q)rm -f tmp/*
53
+ $(Q)rm -Rf tmp/*
54
54
$(Q)rm -Rf rust-stage0-*.tar.bz2 $(PKG_NAME)-*.tar.gz dist
55
55
$(Q)rm -Rf $(foreach ext, \
56
56
html aux cp fn ky log pdf pg toc tp vr cps, \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ define DEF_RUSTLLVM_TARGETS
19
19
# llvm, but using it straight out of the build directory)
20
20
ifdef CFG_WINDOWSY_$(1)
21
21
LLVM_EXTRA_INCDIRS_$(1) = -iquote $(S ) src/llvm/include \
22
- -iquote $$( CFG_LLVM_BUILD_DIR_ $( 1 ) ) /include
22
+ -iquote llvm/ $( 1 ) /include
23
23
endif
24
24
25
25
RUSTLLVM_OBJS_CS_$(1 ) := $$(addprefix rustllvm/, RustWrapper.cpp PassWrapper.cpp)
Original file line number Diff line number Diff line change @@ -250,6 +250,7 @@ tidy:
250
250
| grep ' ^$(S)src/test' -v \
251
251
| grep ' ^$(S)src/libuv' -v \
252
252
| grep ' ^$(S)src/llvm' -v \
253
+ | grep ' ^$(S)src/gyp' -v \
253
254
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
254
255
$(Q ) find $(S ) src/etc -name ' *.py' \
255
256
| xargs -n 10 $(CFG_PYTHON ) $(S ) src/etc/tidy.py
Original file line number Diff line number Diff line change @@ -85,6 +85,7 @@ pub mod getopts;
85
85
pub mod json;
86
86
pub mod md4;
87
87
pub mod tempfile;
88
+ pub mod glob;
88
89
pub mod term;
89
90
pub mod time;
90
91
pub mod arena;
You can’t perform that action at this time.
0 commit comments