This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
78407ac8e5
llvm-project
/
llvm
/
ModuleInfo.txt
5 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Prepare for the future when llvm doesn't depend on llvm-gcc-4-0. This also avoids a fork bomb from the llvm-top/build script which doesn't know how to handle cycles in the dependence graph. llvm-svn: 39933
2007-07-17 06:11:02 +08:00
DepModule:
In ModuleInfo.txt, make sure that the script being executed can be found by prepending a . In build-for-llvm-top.sh, dereference variables for exansion. llvm-svn: 39936
2007-07-17 06:25:13 +08:00
BuildCmd: ./build-for-llvm-top.sh
Update to include clean and install commands. llvm-svn: 40119
2007-07-21 04:54:41 +08:00
CleanCmd: make clean
InstallCmd: make install