]> git.lizzy.rs Git - rust.git/blobdiff - mk/tests.mk
pass CXX to run-make
[rust.git] / mk / tests.mk
index 2e530095cbe1c92d5b38df47b229f686b02965ea..b887f7b887f2a0b5a4d93a7556e2e063ebd797b0 100644 (file)
@@ -1071,7 +1071,9 @@ $(3)/test/run-make/%-$(1)-T-$(2)-H-$(3).ok: \
            $$(S) \
            $(3) \
            "$$(LLVM_LIBDIR_RUSTFLAGS_$(3))" \
-           "$$(LLVM_ALL_COMPONENTS_$(3))"
+           "$$(LLVM_ALL_COMPONENTS_$(3))" \
+           "$$(LLVM_CXXFLAGS_$(3))" \
+           '$$(CXX_$(3))'
        @touch -r $$@.start_time $$@ && rm $$@.start_time
 else
 # FIXME #11094 - The above rule doesn't work right for multiple targets