[llvm-commits] Patch: improve protability of llvm-config
Nick Lewycky
nicholas at mxc.ca
Tue Nov 4 00:05:23 PST 2008
Sascha Othman wrote:
> llvm-config uses shell scripting instead of perl functions to determine
> llvm's installation directories, which is not very portable. This patch
> is an attempt to fix that by using perl's Cwd functions.
> Please review twice and don't be too harsh with me since I'm not
> especially experienced at this kind of thing.
Patch applied!
The only change I made was to add , "\n" to the print statements,
otherwise llvm-config --obj-root wouldn't print a newline.
Nick
> Regards,
> Sascha
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list