OSDN Git Service

Attempt to fix the builders.
authorZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 07:01:41 +0000 (07:01 +0000)
committerZachary Turner <zturner@google.com>
Sun, 22 Feb 2015 07:01:41 +0000 (07:01 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230162 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 9da22b2..f4ed151 100644 (file)
@@ -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