[llvm-commits] [123438] libtransforms is no more.
clattner at apple.com
clattner at apple.com
Mon Feb 5 10:18:09 PST 2007
Revision: 123438
Author: clattner
Date: 2007-02-05 10:18:09 -0800 (Mon, 05 Feb 2007)
Log Message:
-----------
libtransforms is no more.
Modified Paths:
--------------
apple-local/branches/llvm/gcc/Makefile.in
Modified: apple-local/branches/llvm/gcc/Makefile.in
===================================================================
--- apple-local/branches/llvm/gcc/Makefile.in 2007-02-05 16:15:58 UTC (rev 123437)
+++ apple-local/branches/llvm/gcc/Makefile.in 2007-02-05 18:18:09 UTC (rev 123438)
@@ -1069,7 +1069,7 @@
# We use llvm-config to determine the libraries that we need to link in our
# target, optimizations analyses and the bcwriter.
-LLVMCOMPONENTS := $(LLVMTARGETOBJ) scalaropts transformutils analysis bcwriter ipo transforms
+LLVMCOMPONENTS := $(LLVMTARGETOBJ) scalaropts transformutils analysis bcwriter ipo
LLVMLIBFILES := $(shell $(LLVMBINPATH)/llvm-config --libfiles $(LLVMCOMPONENTS))
LLVMLDFLAGS := $(shell $(LLVMBINPATH)/llvm-config --ldflags)
LIBS += $(LLVMLDFLAGS)
More information about the llvm-commits
mailing list