mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-05 18:49:06 +00:00
Attempt to fix the builders.
The issue was that the test Makefile had not been updated to provide a value for HAVE_DIA_SDK, so it was being initialized incorrectly. Hopefully this brings everything back to green. llvm-svn: 230162
This commit is contained in:
parent
9f8e48c6b4
commit
75325af180
@ -144,6 +144,7 @@ lit.site.cfg: FORCE
|
||||
@$(ECHOPATH) s=@HOST_OS@=$(HOST_OS)=g >> lit.tmp
|
||||
@$(ECHOPATH) s=@HOST_ARCH@=$(HOST_ARCH)=g >> lit.tmp
|
||||
@$(ECHOPATH) s=@HAVE_LIBZ@=$(HAVE_LIBZ)=g >> lit.tmp
|
||||
@$(ECHOPATH) s=@HAVE_DIA_SDK@=0=g >> lit.tmp
|
||||
@sed -f lit.tmp $(PROJ_SRC_DIR)/lit.site.cfg.in > $@
|
||||
@-rm -f lit.tmp
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user