Displaying 2 results from an estimated 2 matches for "348905ff".
2012 May 25
0
[LLVMdev] Minor correction to the Visual Studio documentation
...succesfully.
>
> By the way, that shell script (llvm-config) is now a program (.exe) so it
> is easy to use also on Windows.
>
<snip>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120525/348905ff/attachment.html>
2012 May 23
6
[LLVMdev] Minor correction to the Visual Studio documentation
Hi again,
The Visual Studio getting started guide (
http://llvm.org/docs/GettingStartedVS.html) mentions the "llvm-lit" tool,
but fails to mention these things:
1. Either you need to run it from bash or a similar Unix shell, as
Windows does not recognize the extensionless Python script that it is.
2. Alternatively, you can invoke it using Python like this: python
bin/llvm-lit