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: \
10721072 $(3) \
10731073 "$$(LLVM_LIBDIR_RUSTFLAGS_$(3))" \
10741074 "$$(LLVM_ALL_COMPONENTS_$(3))" \
1075- "$$(LLVM_CXXFLAGS_$(3))"
1075+ "$$(LLVM_CXXFLAGS_$(3))" \
1076+ '$$(CXX_$(3))'
10761077 @touch -r $$@.start_time $$@ && rm $$@.start_time
10771078else
10781079# 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):
5757putenv ('RUSTFLAGS' , sys .argv [15 ])
5858putenv ('LLVM_COMPONENTS' , sys .argv [16 ])
5959putenv ('LLVM_CXXFLAGS' , sys .argv [17 ])
60+ putenv ('CXX' , sys .argv [18 ])
6061putenv ('PYTHON' , sys .executable )
6162os .putenv ('TARGET' , target_triple )
6263
You can’t perform that action at this time.
0 commit comments