diff options
author | Duncan Sands <baldrick@free.fr> | 2009-01-23 08:42:38 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-01-23 08:42:38 +0000 |
commit | 2603580d473a5b2b33980042ba4d7802280a395b (patch) | |
tree | 66a2bb26d03f60dd5054c2130fbecd998da3074b /ModuleInfo.txt | |
parent | 95900f2dda0d573b927a54910386130b779a48ff (diff) |
Patch to build llvm with srcdir != objdir from
llvm-top. By Michael Schuerig, with some small
tweaks to make the "don't configure if already
configured" logic work.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62842 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'ModuleInfo.txt')
-rw-r--r-- | ModuleInfo.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ModuleInfo.txt b/ModuleInfo.txt index ec9da652cb..5a1d8b85ad 100644 --- a/ModuleInfo.txt +++ b/ModuleInfo.txt @@ -1,4 +1,4 @@ DepModule: BuildCmd: ./build-for-llvm-top.sh -CleanCmd: make clean -InstallCmd: make install +CleanCmd: make clean -C ../build.llvm +InstallCmd: make install -C ../build.llvm |