Hi Filipe, The fixed the issue we were seeing. Thanks!
Adam > On Oct 17, 2014, at 4:50 PM, Filipe Cabecinhas <[email protected]> wrote: > > Author: filcab > Date: Fri Oct 17 18:50:47 2014 > New Revision: 220112 > > URL: http://llvm.org/viewvc/llvm-project?rev=220112&view=rev > Log: > Fix makefile for debuginfo-tests execution. > > Modified: > cfe/trunk/test/Makefile > > Modified: cfe/trunk/test/Makefile > URL: > http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=220112&r1=220111&r2=220112&view=diff > ============================================================================== > --- cfe/trunk/test/Makefile (original) > +++ cfe/trunk/test/Makefile Fri Oct 17 18:50:47 2014 > @@ -46,6 +46,7 @@ lit.site.cfg: FORCE > @$(ECHOPATH) s=@CLANG_BINARY_DIR@=$(PROJ_OBJ_DIR)/..=g >> lit.tmp > @$(ECHOPATH) s=@CLANG_TOOLS_DIR@=$(ToolDir)=g >> lit.tmp > @$(ECHOPATH) s=@TARGET_TRIPLE@=$(TARGET_TRIPLE)=g >> lit.tmp > + @$(ECHOPATH) s=@LLVM_HOST_TRIPLE@=$(HOST_TRIPLE)=g >> lit.tmp > @$(ECHOPATH) s=@ENABLE_CLANG_ARCMT@=$(ENABLE_CLANG_ARCMT)=g >> lit.tmp > @$(ECHOPATH) > s=@ENABLE_CLANG_STATIC_ANALYZER@=$(ENABLE_CLANG_STATIC_ANALYZER)=g >> lit.tmp > @$(ECHOPATH) s=@ENABLE_CLANG_EXAMPLES@=$(ENABLE_CLANG_EXAMPLES)=g >> > lit.tmp > > > _______________________________________________ > cfe-commits mailing list > [email protected] > http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
