File tree Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Expand file tree Collapse file tree 5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
5
5
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: 44be4a47372a1e2d791db2fbacf4543e6eaeacbf
8
+ refs/heads/try2: 6b3c7cb4e2e15dc9873a47ac2b3b9bf421e2858f
9
9
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Original file line number Diff line number Diff line change 664
664
make_dir $i
665
665
done
666
666
667
- make_dir llvm
668
667
for t in $CFG_HOST_TRIPLES
669
668
do
670
669
make_dir $t /llvm
671
670
done
672
671
673
- make_dir rustllvm
674
672
for t in $CFG_HOST_TRIPLES
675
673
do
676
- make_dir rustllvm/ $t
674
+ make_dir $t /rustllvm
677
675
done
678
676
679
677
make_dir rt
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ clean: clean-misc $(CLEAN_STAGE_RULES)
33
33
34
34
clean-misc :
35
35
@$(call E, cleaning)
36
- $(Q ) find rustllvm rt $(CFG_BUILD_TRIPLE ) /test \
36
+ $(Q ) find $( CFG_BUILD_TRIPLE ) / rustllvm rt $(CFG_BUILD_TRIPLE ) /test \
37
37
-name '*.[odasS]' -o \
38
38
-name '*.so' -o \
39
39
-name '*.dylib' -o \
Original file line number Diff line number Diff line change @@ -29,18 +29,18 @@ RUSTLLVM_DEF_$(1) := rustllvm/rustllvm$(CFG_DEF_SUFFIX_$(1))
29
29
RUSTLLVM_INCS_$(1 ) = $$(LLVM_EXTRA_INCDIRS_$(1 ) ) \
30
30
-iquote $$(LLVM_INCDIR_$(1 ) ) \
31
31
-iquote $$(S ) src/rustllvm/include
32
- RUSTLLVM_OBJS_OBJS_$(1 ) := $$(RUSTLLVM_OBJS_CS_$(1 ) :rustllvm/%.cpp=rustllvm/ $(1 ) /%.o )
32
+ RUSTLLVM_OBJS_OBJS_$(1 ) := $$(RUSTLLVM_OBJS_CS_$(1 ) :rustllvm/%.cpp=$(1 ) /rustllvm /%.o )
33
33
ALL_OBJ_FILES += $$(RUSTLLVM_OBJS_OBJS_$(1 ) )
34
34
35
- rustllvm/ $(1 ) /$(CFG_RUSTLLVM_$(1 ) ) : $$(RUSTLLVM_OBJS_OBJS_$(1 ) ) \
35
+ $(1 ) /rustllvm /$(CFG_RUSTLLVM_$(1 ) ) : $$(RUSTLLVM_OBJS_OBJS_$(1 ) ) \
36
36
$$(MKFILE_DEPS ) $$(RUSTLLVM_DEF_$(1 ) )
37
37
@$$(call E, link: $$@ )
38
38
$$(Q )$$(call CFG_LINK_CXX_$(1 ) ,$$@ ,$$(RUSTLLVM_OBJS_OBJS_$(1 ) ) \
39
39
$$(CFG_GCCISH_PRE_LIB_FLAGS_$(1 ) ) $$(LLVM_LIBS_$(1 ) ) \
40
40
$$(CFG_GCCISH_POST_LIB_FLAGS_$(1 ) ) \
41
41
$$(LLVM_LDFLAGS_$(1 ) ) ,$$(RUSTLLVM_DEF_$(1 ) ) ,$$(CFG_RUSTLLVM_$(1 ) ) )
42
42
43
- rustllvm/ $(1 ) /%.o: rustllvm/%.cpp $$(MKFILE_DEPS ) $$(LLVM_CONFIG_$(1 ) )
43
+ $(1 ) /rustllvm /%.o: rustllvm/%.cpp $$(MKFILE_DEPS ) $$(LLVM_CONFIG_$(1 ) )
44
44
@$$(call E, compile: $$@ )
45
45
$$(Q )$$(call CFG_COMPILE_CXX_$(1 ) , $$@ , $$(LLVM_CXXFLAGS_$(1 ) ) $$(RUSTLLVM_INCS_$(1 ) ) ) $$<
46
46
endef
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ $$(TLIB$(1)_T_$(2)_H_$(3))/$(CFG_LIBSYNTAX_$(3)): \
86
86
ifneq ($$(findstring $(2 ) ,$$(CFG_HOST_TRIPLES ) ) ,)
87
87
88
88
$$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) /$(CFG_RUSTLLVM_$(3 ) ) : \
89
- rustllvm/ $(2 ) /$(CFG_RUSTLLVM_$(3 ) ) \
89
+ $(2 ) /rustllvm /$(CFG_RUSTLLVM_$(3 ) ) \
90
90
| $$(TLIB$(1 ) _T_$(2 ) _H_$(3 ) ) / \
91
91
$(SNAPSHOT_RUSTC_POST_CLEANUP )
92
92
@$$(call E, cp: $$@ )
You can’t perform that action at this time.
0 commit comments