Hi,
Does LLVM/Clang now support development under MS Windows without having
to rely on any extra external components, like SDKs, etc.?
Thanks,
~Mayuresh
___
cfe-users mailing list
cfe-users@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listi
On 2015-08-05 03:40 PM, Kim Gräsman wrote:
On Wed, Aug 5, 2015 at 12:00 PM, Mayuresh Kathe
wrote:
Okay, did some hunting and reading, looks like Microsoft has something
called "Microsoft SDK for Windows 7".
That contains the linker and a bunch of other tools.
Thanks for that tip ab
On 2015-08-05 03:05 PM, Kim Gräsman wrote:
On Wed, Aug 5, 2015 at 11:24 AM, Mayuresh Kathe
wrote:
No, I am not using MinGW/Cygwin, neither do I have Visual Studio
installed.
I tried the '-v' to see what happens (as suggested), and it threw back
a
whole lot of information which I
Hi Kim,
On 2015-08-05 02:38 PM, Kim Gräsman wrote:
Hi Mayuresh,
On Tue, Aug 4, 2015 at 1:01 PM, Mayuresh Kathe
wrote:
I have installed LLVM-3.8.0-r243265-win64 for my Windows 7
Professional
64-bit and tried to compile a simple program called "test.c" (below);
int main(void) {
Hello,
I can be considered a total (re)newbie to Windows based systems.
Given the same, and my failure to understand how to get libc++ compiled
under Windows 7 64-bit using Clang/LLVM without relying on GNU tools,
would there be any way to know if there's any progress happening
(anywhere) on