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

Reid Spencer rspencer at reidspencer.com
Fri Jul 20 01:37:08 PDT 2007


Author: reid
Date: Fri Jul 20 03:37:08 2007
New Revision: 40087

URL: http://llvm.org/viewvc/llvm-project?rev=40087&view=rev
Log:
Make this script work with process_arguments function.

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

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

==============================================================================
--- support/trunk/build-for-llvm-top.sh (original)
+++ support/trunk/build-for-llvm-top.sh Fri Jul 20 03:37:08 2007
@@ -3,10 +3,10 @@
 # This includes the Bourne shell library from llvm-top. Since this file is
 # generally only used when building from llvm-top, it is safe to assume that
 # llvm is checked out into llvm-top in which case .. just works.
-. $LLVM_TOP/library.sh
+. ../library.sh
 
 # Call the library function to process the arguments
-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