Move TableGen's parser and entry point into a library
[oota-llvm.git] / ModuleInfo.txt
index a325c76a6226388657cad88e35dae6e2b2f102d2..40607c71a944f04e8111e9340f2d226d1b2ffff7 100644 (file)
@@ -1,4 +1,4 @@
 DepModule:
-ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install
-ConfigFile: ./config.status
-BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@
+BuildCmd: ./build-for-llvm-top.sh
+CleanCmd: make clean -C ../build.llvm
+InstallCmd: make install -C ../build.llvm