[llvm-commits] [llvm] r40371 - /llvm/trunk/build-for-llvm-top.sh

Reid Spencer rspencer at reidspencer.com
Sat Jul 21 02:33:41 PDT 2007


Author: reid
Date: Sat Jul 21 04:33:41 2007
New Revision: 40371

URL: http://llvm.org/viewvc/llvm-project?rev=40371&view=rev
Log:
Update for changes in library.sh

Modified:
    llvm/trunk/build-for-llvm-top.sh

Modified: llvm/trunk/build-for-llvm-top.sh
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/build-for-llvm-top.sh?rev=40371&r1=40370&r2=40371&view=diff

==============================================================================
--- llvm/trunk/build-for-llvm-top.sh (original)
+++ llvm/trunk/build-for-llvm-top.sh Sat Jul 21 04:33:41 2007
@@ -7,7 +7,7 @@
 
 # Process the options passed in to us by the build script into standard
 # variables. 
-process_builder_args "$@"
+process_arguments "$@"
 
 # See if we have previously been configured by sensing the presense
 # of the config.status scripts





More information about the llvm-commits mailing list