Displaying 2 results from an estimated 2 matches for "buildcmd".
2007 Aug 16
2
[LLVMdev] rantings about llvm-top
...e "option" script. I actually did
./option first, then hand-edited the resulting .options
file. I think is way easier then specifying the same
PREFIX=blah all the time to ./build.
- it's VERBOSE, not VEROBSE (a typo in the README.txt).
- llvm-top can't build cfe. Maybe the BuildCmd would
be something like
"cd llvm/tools; ln -s ../../cfe; make". Then it should
be able to build cfe?
- many directories are not svn:ignore'd in llvm-top, e.g.
cfe, llvm-gcc-4.0, llvm. "svn st" shows you which one.
Other than that, I like it. :-)
2007 Aug 16
0
[LLVMdev] rantings about llvm-top
...l the llvm-top options stuff
only in the options script (using --verbose=n and --debug and etc) and
then all options to the other scripts are passed down?
>
> - it's VERBOSE, not VEROBSE (a typo in the README.txt).
Thanks, will fix.
>
> - llvm-top can't build cfe. Maybe the BuildCmd would
> be something like
>
> "cd llvm/tools; ln -s ../../cfe; make". Then it should
> be able to build cfe?
That's an issue for the cfe developer's. Its completely orthogonal to
llvm-top which will just execute whatever they have there. Also, your
suggestion w...