summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-02-22 07:01:41 +0000
committerZachary Turner <zturner@google.com>2015-02-22 07:01:41 +0000
commitba229eb5ef01a5a33576782f944f459bc7408bfb (patch)
treee370f68a7b3b138e35333fee085dd729b58c4d32
parenta54b7ddb25bda65696b7c2af8b5edab6ca85445c (diff)
downloadbcm5719-llvm-ba229eb5ef01a5a33576782f944f459bc7408bfb.tar.gz
bcm5719-llvm-ba229eb5ef01a5a33576782f944f459bc7408bfb.zip
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
-rw-r--r--llvm/test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 9da22b20417..f4ed151cfe9 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -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
OpenPOWER on IntegriCloud