Displaying 1 result from an estimated 1 matches for "r29020".
Did you mean:
  29020
  
2012 Jul 17
0
[LLVMdev] [cfe-dev] Curent svn build, generates llvm DEBUG builds
...t;   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?
It has been since r29020. :D
depends on definition of __OPTIMIZE__ .
Your llc.exe should be built with Release, if llc is bin/Release/llc.exe .
I won't find corresponding predefinitions in cl.exe.
http://msdn.microsoft.com/en-us/library/b0084kay(v=vs.100).aspx
Shall we suppress the line "DEBUG build." unde...