[llvm-commits] CVS: llvm/configure
Anton Korobeynikov
asl at math.spbu.ru
Wed Mar 21 14:38:46 PDT 2007
Changes in directory llvm:
configure updated: 1.270 -> 1.271
---
Log message:
Let the new backend begin!
---
Diffs of the changes: (+1 -1)
configure | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/configure
diff -u llvm/configure:1.270 llvm/configure:1.271
--- llvm/configure:1.270 Fri Feb 16 13:17:20 2007
+++ llvm/configure Wed Mar 21 16:38:25 2007
@@ -4730,7 +4730,7 @@
done
;;
esac
-TARGETS_TO_BUILD="CBackend $TARGETS_TO_BUILD"
+TARGETS_TO_BUILD="CBackend MSIL $TARGETS_TO_BUILD"
TARGETS_TO_BUILD=$TARGETS_TO_BUILD
More information about the llvm-commits
mailing list