File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,8 @@ $(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok: \
1072
1072
$(3) \
1073
1073
"$$(LLVM_LIBDIR_RUSTFLAGS_$(3))" \
1074
1074
"$$(LLVM_ALL_COMPONENTS_$(3))" \
1075
- "$$(LLVM_CXXFLAGS_$(3))"
1075
+ "$$(LLVM_CXXFLAGS_$(3))" \
1076
+ '$$(CXX_$(3))'
1076
1077
@touch -r $$@.start_time $$@ && rm $$@.start_time
1077
1078
else
1078
1079
# FIXME #11094 - The above rule doesn't work right for multiple targets
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ def convert_path_spec(name, value):
57
57
putenv ('RUSTFLAGS' , sys .argv [15 ])
58
58
putenv ('LLVM_COMPONENTS' , sys .argv [16 ])
59
59
putenv ('LLVM_CXXFLAGS' , sys .argv [17 ])
60
+ putenv ('CXX' , sys .argv [18 ])
60
61
putenv ('PYTHON' , sys .executable )
61
62
os .putenv ('TARGET' , target_triple )
62
63
You can’t perform that action at this time.
0 commit comments