Displaying 1 result from an estimated 1 matches for "binbary".
Did you mean:
binary
2005 Dec 08
2
[LLVMdev] Forwarded to llvm list ...
...al machine thus:
..
exec $lli
..
If the application to be invoked is called <app> how hard would it be to
change that line in the shell script to:
..
exec -a <app> $lli
..
e.g. If I do llvm-gcc -o <app> <app>.c ????
I use named tracking of processes so if the "binbary" name as seen by ps
etc actually matches <app> this would be very useful. I could add as a
post processing step, but the logical place seems to be in LLVM ...
Sorry to bother you, but if I can get this fixed, I can handle the rest of
my integration ...
Regards
Mark O'Neill