From 5ebee9ea01fb2ac4dab4bbe577363c23e192f362 Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Wed, 2 Jan 2013 09:22:59 +0000 Subject: Update the configure scripts as well as the makefiles for the move from VMCore to IR. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171360 91177308-0d34-0410-b5e6-96231b3b80d8 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 634cda9..e466dd6 100755 --- a/configure +++ b/configure @@ -565,7 +565,7 @@ PACKAGE_VERSION='3.3svn' PACKAGE_STRING='LLVM 3.3svn' PACKAGE_BUGREPORT='http://llvm.org/bugs/' -ac_unique_file="lib/VMCore/Module.cpp" +ac_unique_file="lib/IR/Module.cpp" # Factoring default headers for most tests. ac_includes_default="\ #include -- cgit v1.1