File tree Expand file tree Collapse file tree 8 files changed +981
-321
lines changed Expand file tree Collapse file tree 8 files changed +981
-321
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d4ebe835b265bdc255773bc5598d7d1fae9591f2
4
+ refs/heads/snap-stage3: ba3ce3262749a400e290d19161849c5351c1e726
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 823
823
index2=" ${CFG_SRC_DIR} src/llvm/.git/index"
824
824
for index in ${index1} ${index2}
825
825
do
826
- config_status=" ${CFG_BUILD_DIR} llvm/ $t /config.status"
826
+ config_status=" ${LLVM_BUILD_DIR} /config.status"
827
827
if test -e ${index} -a \
828
828
-e ${config_status} -a \
829
829
${config_status} -nt ${index}
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