[cfe-commits] r133130 - in /cfe/trunk/test: Makefile lit.site.cfg.in
Andrew Trick
atrick at apple.com
Thu Jun 16 10:21:37 PDT 2011
On Jun 15, 2011, at 11:04 PM, Chandler Carruth wrote:
> On Wed, Jun 15, 2011 at 6:32 PM, Andrew Trick <atrick at apple.com> wrote:
> Author: atrick
> Date: Wed Jun 15 20:32:21 2011
> New Revision: 133130
>
> URL: http://llvm.org/viewvc/llvm-project?rev=133130&view=rev
> Log:
> Update clang's lit.site.cfg.in in preparation for adding config.llvm_build_modes.
>
> Modified:
> cfe/trunk/test/Makefile
> cfe/trunk/test/lit.site.cfg.in
>
> Modified: cfe/trunk/test/Makefile
> URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Makefile?rev=133130&r1=133129&r2=133130&view=diff
> ==============================================================================
> --- cfe/trunk/test/Makefile (original)
> +++ cfe/trunk/test/Makefile Wed Jun 15 20:32:21 2011
> @@ -18,7 +18,7 @@
> ifdef VERBOSE
> TESTARGS = -v
> else
> -TESTARGS = -s -v
> +TESTARGS = -s -v
> endif
> endif
>
> @@ -42,6 +42,7 @@
> @$(ECHOPATH) s=@LLVM_BINARY_DIR@=$(LLVM_OBJ_ROOT)=g >> lit.tmp
> @$(ECHOPATH) s=@LLVM_TOOLS_DIR@=$(ToolDir)=g >> lit.tmp
> @$(ECHOPATH) s=@LLVM_LIBS_DIR@=$(LibDir)=g >> lit.tmp
> + @$(ECHOPATH) s=@LLVM_BUILD_MODE@=$(BuildMode)=g >> lit.tmp
>
> CMake? I can try to figure it out myself, but I'm not terribly familiar with it either...
Thanks. CMake already had support for LLVM_BUILD_MODE, so lit isn't crashing. But it isn't working quite right either. It claims the test with REQUIRES: Asserts is Unsupported. I'll figure it out.
-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110616/91e66efa/attachment.html>
More information about the cfe-commits
mailing list