[llvm-commits] CVS: llvm-test/Makefile.rules
Evan Cheng
evan.cheng at apple.com
Thu Dec 21 14:28:30 PST 2006
Hi Reid,
I am not sure what this does. But this completely broken tests on my
Mac. For example, if I just do make under MultiSource/Benchmarks/
Olden/bh. I get
make: *** No rule to make target `Output/args.rbc', needed by `Output/
bh.linked.rbc'. Stop.
I get this even with fresh tot check out.
Any ideas?
Evan
On Dec 20, 2006, at 10:57 PM, Reid Spencer wrote:
>
>
> Changes in directory llvm-test:
>
> Makefile.rules updated: 1.20 -> 1.21
> ---
> Log message:
>
> Restore definitions of LCC1 and LCC1PLUS to cause test programs to be
> dependent upon the llvm-gcc compiler components they use.
>
>
> ---
> Diffs of the changes: (+3 -0)
>
> Makefile.rules | 3 +++
> 1 files changed, 3 insertions(+)
>
>
> Index: llvm-test/Makefile.rules
> diff -u llvm-test/Makefile.rules:1.20 llvm-test/Makefile.rules:1.21
> --- llvm-test/Makefile.rules:1.20 Fri Dec 8 11:11:37 2006
> +++ llvm-test/Makefile.rules Thu Dec 21 00:57:35 2006
> @@ -774,6 +774,9 @@
>
> endif
>
> +LCC1 := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1
> +LCC1XX := $(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/cc1plus
> +LCOLLECT2 :=$(LLVMGCCDIR)/libexec/gcc/$(LLVMGCCARCH)/collect2
>
>
> #---------------------------------------------------------
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list