Skip to content

Commit 14507f5

Browse files
committed
Revert "Add a test for issue 36710."
This reverts commit bd94bf5.
1 parent 1279771 commit 14507f5

File tree

4 files changed

+0
-57
lines changed

4 files changed

+0
-57
lines changed

src/test/run-make-fulldeps/issue-36710/Makefile

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/test/run-make-fulldeps/issue-36710/foo.cpp

Lines changed: 0 additions & 25 deletions
This file was deleted.

src/test/run-make-fulldeps/issue-36710/foo.rs

Lines changed: 0 additions & 18 deletions
This file was deleted.

src/test/run-make-fulldeps/tools.mk

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,12 @@ endif
5959

6060
ifdef IS_MSVC
6161
COMPILE_OBJ = $(CC) -c -Fo:`cygpath -w $(1)` $(2)
62-
COMPILE_OBJ_CXX = $(CXX) -c -Fo:`cygpath -w $(1)` $(2)
6362
NATIVE_STATICLIB_FILE = $(1).lib
6463
NATIVE_STATICLIB = $(TMPDIR)/$(call NATIVE_STATICLIB_FILE,$(1))
6564
OUT_EXE=-Fe:`cygpath -w $(TMPDIR)/$(call BIN,$(1))` \
6665
-Fo:`cygpath -w $(TMPDIR)/$(1).obj`
6766
else
6867
COMPILE_OBJ = $(CC) -c -o $(1) $(2)
69-
COMPILE_OBJ_CXX = $(CXX) -c -o $(1) $(2)
7068
NATIVE_STATICLIB_FILE = lib$(1).a
7169
NATIVE_STATICLIB = $(call STATICLIB,$(1))
7270
OUT_EXE=-o $(TMPDIR)/$(1)

0 commit comments

Comments
 (0)