[cfe-dev] Curent svn build, generates llvm DEBUG builds
Unai Landa
ulanda at digital-legends.com
Tue Jul 17 00:43:21 PDT 2012
AFAIK I'm using Release version, the .exe files are located on the "build\bin\Release" and I configured Release on the solution configuration.
I compiled the ALL_BUILD target, but some test hang, so after that I build the PACKAGE target and everything was right, I have not been able to test it fully with my code base yet, but seems ok.
Unai
________________________________
From: Nikola Smiljanic [popizdeh at gmail.com]
Sent: Tuesday, July 17, 2012 8:47 AM
To: Unai Landa
Cc: cfe-dev at cs.uiuc.edu
Subject: Re: [cfe-dev] Curent svn build, generates llvm DEBUG builds
Are you sure that you're using the Release configuration because my Debug version of Clang gives the same output as yours?
On Mon, Jul 16, 2012 at 7:29 PM, Unai Landa <ulanda at digital-legends.com<mailto:ulanda at digital-legends.com>> wrote:
It is my first llvm compilation and I have to admit that has been quite straight fordward, but I have build svn version r160256 from today, using cmake and visual studio 2010 SP1, and when I run clang -version, I get this;
clang version 3.2 (trunk 160256)
Target: i686-pc-win32
Thread model: posix
But ig I do so with llc or any other llcm executable I get DEBUG build this;
LLVM (http://llvm.org/):
LLVM version 3.2svn
DEBUG build.
Built Jul 16 2012 (16:31:02).
Default target: i686-pc-win32
Host CPU: penryn
Registered Targets:
arm - ARM
cpp - C++ backend
thumb - Thumb
x86 - 32-bit X86: Pentium-Pro and above
x86-64 - 64-bit X86: EM64T and AMD64
xcore - XCore
Why I get DEBUG builds?
Unai
_______________________________________________
cfe-dev mailing list
cfe-dev at cs.uiuc.edu<mailto:cfe-dev at cs.uiuc.edu>
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20120717/097ebb52/attachment.html>
More information about the cfe-dev
mailing list