diff options
| author | Zachary Turner <zturner@google.com> | 2015-02-22 07:01:41 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-02-22 07:01:41 +0000 |
| commit | ba229eb5ef01a5a33576782f944f459bc7408bfb (patch) | |
| tree | e370f68a7b3b138e35333fee085dd729b58c4d32 /llvm | |
| parent | a54b7ddb25bda65696b7c2af8b5edab6ca85445c (diff) | |
| download | bcm5719-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
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/Makefile | 1 |
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 |

