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

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


Author: reid
Date: Fri Jul 20 03:37:58 2007
New Revision: 40088

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

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

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

==============================================================================
--- sample/trunk/build-for-llvm-top.sh (original)
+++ sample/trunk/build-for-llvm-top.sh Fri Jul 20 03:37:58 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 presence
 # of the config.status scripts





More information about the llvm-commits mailing list