[llvm-commits] [PATCH] Define TCLSH variable in the test suite Makefile.config.in

Simon Atanasyan satanasyan at mips.com
Sat Sep 22 05:42:53 PDT 2012


Hi Duncan,

On Thu, Sep 20, 2012 at 4:03 PM, Duncan Sands <baldrick at free.fr> wrote:
> in the "else" branch of "ifeq ($(HAS_LLVM),1)" there is:
>
>   TCLSH := tclsh
>
> How about deleting that, and, instead of your patch, add
>
> ifndef TCLSH
> TCLSH := tclsh
> endif
>
> after the final endif.

Good point. Thanks for review. The patch with modification suggested
by you committed at r164457.

http://llvm.org/viewvc/llvm-project?rev=164457&view=rev

--
Simon



More information about the llvm-commits mailing list