summaryrefslogtreecommitdiff
path: root/ModuleInfo.txt
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-11 03:00:11 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-11 03:00:11 +0000
commit4dd0ae68cd735be096b47f3e29cb02c58b4241f5 (patch)
treee5e25cfc4db2dcb4ea5d56d145611f8ab8daac16 /ModuleInfo.txt
parentb77c457cc87aeeb166995aed793a516e9e431703 (diff)
Adjust this per the changes to the configuration script in the llvm-top module.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38521 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'ModuleInfo.txt')
-rw-r--r--ModuleInfo.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ModuleInfo.txt b/ModuleInfo.txt
index 4d8a853d82c..a325c76a622 100644
--- a/ModuleInfo.txt
+++ b/ModuleInfo.txt
@@ -1,2 +1,4 @@
DepModule:
-BuildTarget: build-for-llvm-top
+ConfigCmd: ./configure --prefix=@INSTALL_PREFIX@ --with-llvmgccdir=@LLVM_TOP@/install
+ConfigFile: ./config.status
+BuildCmd: make build-for-llvm-top LLVM_TOP=@LLVM_TOP@