File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,7 @@ DYLIB = $(TMPDIR)/$(1).dll
47
47
STATICLIB = $(TMPDIR ) /$(1 ) .lib
48
48
STATICLIB_GLOB = $(1 ) *.lib
49
49
BIN = $(1 ) .exe
50
+ LLVM_FILECHECK := $(shell cygpath -u "$(LLVM_FILECHECK ) ")
50
51
else
51
52
RUN = $(TARGET_RPATH_ENV ) $(RUN_BINFILE )
52
53
FAIL = $(TARGET_RPATH_ENV ) $(RUN_BINFILE ) && exit 1 || exit 0
Original file line number Diff line number Diff line change @@ -2691,6 +2691,10 @@ impl<'test> TestCx<'test> {
2691
2691
cmd. env ( "CLANG" , clang) ;
2692
2692
}
2693
2693
2694
+ if let Some ( ref filecheck) = self . config . llvm_filecheck {
2695
+ cmd. env ( "LLVM_FILECHECK" , filecheck) ;
2696
+ }
2697
+
2694
2698
// We don't want RUSTFLAGS set from the outside to interfere with
2695
2699
// compiler flags set in the test cases:
2696
2700
cmd. env_remove ( "RUSTFLAGS" ) ;
You can’t perform that action at this time.
0 commit comments