From d30020a84e2683e0de962598302ea39b7ab5e0a8 Mon Sep 17 00:00:00 2001
From: Matthijs Kooijman
where $LLVM_GCC_DIR is the directory where you installed +llvm-gcc, not it's src or obj dir.
@@ -703,18 +705,24 @@ directory to run them. % cd $LLVM_OBJ_ROOT ; $LLVM_SRC_ROOT/configure --with-llvmgccdir=$LLVM_GCC_DIR -Note that that $LLVM_GCC_DIR is the directory where you + installed llvm-gcc, not its src or obj directory.
+ + +Change back to the llvm/projects/llvm-test directory you created before + and run gmake (or just "make" on systems where GNU make is + the default, such as linux.
Note that the second and third steps only need to be done once. After you have the suite checked out and configured, you don't need to do it again (unless -the test code or configure script changes). $LLVM_GCC_DIR is the path to the LLVM -C/C++ FrontEnd
+the test code or configure script changes).To make a specialized test (use one of the llvm-test/TEST.<type>.Makefiles), just run:
+% cd llvm/projects/llvm-test % gmake TEST=<type> test