<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="MSHTML 9.00.8112.16447">
<style id="owaParaStyle">P {
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px
}
</style>
</head>
<body fPStyle="1" ocsi="0">
<div style="FONT-FAMILY: Tahoma; DIRECTION: ltr; COLOR: #000000; FONT-SIZE: 13px">
<div>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;</div>
<div>clang version 3.2 (trunk 160256)<br>
Target: i686-pc-win32<br>
Thread model: posix</div>
<div> </div>
<div>But ig I do so with llc or any other llcm executable I get DEBUG build this;</div>
<div>LLVM (<a href="http://llvm.org/">http://llvm.org/</a>):<br>
  LLVM version 3.2svn<br>
  DEBUG build.<br>
  Built Jul 16 2012 (16:31:02).<br>
  Default target: i686-pc-win32<br>
  Host CPU: penryn</div>
<div>  Registered Targets:<br>
    arm    - ARM<br>
    cpp    - C++ backend<br>
    thumb  - Thumb<br>
    x86    - 32-bit X86: Pentium-Pro and above<br>
    x86-64 - 64-bit X86: EM64T and AMD64<br>
    xcore  - XCore</div>
<div> </div>
<div>Why I get DEBUG builds?</div>
<div> </div>
<div>Unai</div>
<div> </div>
</div>
</body>
</html>