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
4747STATICLIB = $(TMPDIR ) /$(1 ) .lib
4848STATICLIB_GLOB = $(1 ) *.lib
4949BIN = $(1 ) .exe
50+ LLVM_FILECHECK := $(shell cygpath -u "$(LLVM_FILECHECK ) ")
5051else
5152RUN = $(TARGET_RPATH_ENV ) $(RUN_BINFILE )
5253FAIL = $(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> {
26912691 cmd. env ( "CLANG" , clang) ;
26922692 }
26932693
2694+ if let Some ( ref filecheck) = self . config . llvm_filecheck {
2695+ cmd. env ( "LLVM_FILECHECK" , filecheck) ;
2696+ }
2697+
26942698 // We don't want RUSTFLAGS set from the outside to interfere with
26952699 // compiler flags set in the test cases:
26962700 cmd. env_remove ( "RUSTFLAGS" ) ;
You can’t perform that action at this time.
0 commit comments