Added invariant field to the DAG.getLoad method and changed all calls.
[oota-llvm.git] / Makefile.rules
index 4fb672237eea89ad65da54de757336b24285b8e3..6dbc9768c4e72515927da4f966bd9425c017832d 100644 (file)
@@ -79,7 +79,7 @@ LLVMBuildTool := $(PROJ_SRC_ROOT)/utils/llvm-build/llvm-build
 # The files we are going to generate using llvm-build.
 LLVMBuildMakeFrag := $(PROJ_OBJ_ROOT)/Makefile.llvmbuild
 LLVMConfigLibraryDependenciesInc := \
-       $(PROJ_OBJ_ROOT)/tools/llvm-config/LibraryDependencies.inc
+       $(PROJ_OBJ_ROOT)/tools/llvm-config-2/LibraryDependencies.inc
 
 # The rule to create the LLVMBuild Makefile fragment as well as the llvm-config
 # library table.
@@ -87,8 +87,8 @@ LLVMConfigLibraryDependenciesInc := \
 # Note that this target gets its real dependencies generated for us by
 # llvm-build.
 $(LLVMBuildMakeFrag):
-       $(EchoCmd) Constructing LLVMBuild project information. ; \
-       $(LLVMBuildTool) \
+       $(Echo) Constructing LLVMBuild project information.
+       $(Verb) $(LLVMBuildTool) \
          --write-library-table $(LLVMConfigLibraryDependenciesInc) \
          --write-make-fragment $(LLVMBuildMakeFrag)