[llvm-commits] CVS: llvm/lib/Analysis/Makefile
Reid Spencer
rspencer at reidspencer.com
Wed Dec 13 09:15:45 PST 2006
On Wed, 2006-12-13 at 10:54 -0600, John Criswell wrote:
>
> Changes in directory llvm/lib/Analysis:
>
> Makefile updated: 1.11 -> 1.12
> ---
> Log message:
>
> Remove DSA.
>
>
> ---
> Diffs of the changes: (+1 -1)
>
> Makefile | 2 +-
> 1 files changed, 1 insertion(+), 1 deletion(-)
>
>
> Index: llvm/lib/Analysis/Makefile
> diff -u llvm/lib/Analysis/Makefile:1.11 llvm/lib/Analysis/Makefile:1.12
> --- llvm/lib/Analysis/Makefile:1.11 Sun Oct 23 21:24:54 2005
> +++ llvm/lib/Analysis/Makefile Wed Dec 13 10:54:24 2006
> @@ -9,7 +9,7 @@
>
> LEVEL = ../..
> LIBRARYNAME = LLVMAnalysis
> -PARALLEL_DIRS = IPA DataStructure
> +PARALLEL_DIRS = IPA
Not much point in making a single DIR be parallel.
> BUILD_ARCHIVE = 1
>
> include $(LEVEL)/Makefile.common
>
>
>
> _______________________________________________
> 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