search for: ob0

Displaying 8 results from an estimated 8 matches for "ob0".

Did you mean: b0
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...st/compiler-rt-build/CMakeFiles/CMakeTmp Run Build Command:"d:/llvm/ninja/ninja.exe" "cmTryCompileExec2171879632" [1/2] Building C object CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj FAILED: d:\llvm\build\Release\bin\clang.exe /nologo /D_DEBUG /MDd /Zi /Ob0 /Od /RTC1 /showIncludes /FoCMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj /FdCMakeFiles\cmTryCompileExec2171879632.dir\ -c testCCompiler.c clang.exe: error: no such file or directory: '/nologo' clang.exe: error: no such file or directory: '/D_DEBUG' clang....
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...ot;d:/llvm/ninja/ninja.exe" >>> "cmTryCompileExec2171879632" >>> [1/2] Building C object >>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>> FAILED: d:\llvm\build\Release\bin\clang.exe /nologo /D_DEBUG /MDd /Zi >>> /Ob0 >>> /Od /RTC1 /showIncludes >>> /FoCMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>> /FdCMakeFiles\cmTryCompileExec2171879632.dir\ -c testCCompiler.c >>> clang.exe: error: no such file or directory: '/nologo' >>> clang.e...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...ja.exe" >>>> "cmTryCompileExec2171879632" >>>> [1/2] Building C object >>>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>>> FAILED: d:\llvm\build\Release\bin\clang.exe /nologo /D_DEBUG /MDd >>>> /Zi /Ob0 >>>> /Od /RTC1 /showIncludes >>>> /FoCMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>>> /FdCMakeFiles\cmTryCompileExec2171879632.dir\ -c testCCompiler.c >>>> clang.exe: error: no such file or directory: '/nologo' >&g...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...;>>> "cmTryCompileExec2171879632" >>>>> [1/2] Building C object >>>>> CMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>>>> FAILED: d:\llvm\build\Release\bin\clang.exe /nologo /D_DEBUG /MDd >>>>> /Zi /Ob0 >>>>> /Od /RTC1 /showIncludes >>>>> /FoCMakeFiles\cmTryCompileExec2171879632.dir\testCCompiler.c.obj >>>>> /FdCMakeFiles\cmTryCompileExec2171879632.dir\ -c testCCompiler.c >>>>> clang.exe: error: no such file or directory: '/no...
2013 Apr 18
0
[LLVMdev] Patch to compile LLVM with MSVC 2010
The original thread on this ICE, including a link to the bug submitted to MS is here: http://lists.cs.uiuc.edu/pipermail/llvmdev/2012-December/056683.html Michael From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Sergiy Migdalskiy Sent: Thursday, April 18, 2013 10:28 To: David Blaikie Cc: llvmdev at cs.uiuc.edu Subject: Re: [LLVMdev] Patch to compile LLVM
2013 Apr 18
2
[LLVMdev] Patch to compile LLVM with MSVC 2010
>From the DeveloperPolicy.html document I gathered I need to send a patch to this list (which I did); could you clarify if I misunderstood it? The second patch is really trivial and I think it's worth applying - it seems like a typo by someone who tested on MSVC 11 but not 10; or maybe my local instance of MSVC10 is somehow deficient, of course. The first patch is adding MSVC-specific
2001 Nov 14
0
OPEN ssh pkg
...39;S64W_.3R=0/TV7Y\QJ9#!%L4S4*2;O M)P+-G_*S?68ET3EP).CI=$\'M"@DT S*/\=8T-!K W2"@M#B^8<VFQ/$;@\4 MJD70AT()0< C\RC=(6$^K411LV84AFJ'&M2K44)+J $#Y(!, at M<-5(A/3!4$ M2 at 9O,PYN+:]Q1))10Q?ACB%B at T8/I0E("2*UX/J<F NT@<XQ23A$'YF [*([ M,V+.33 :1 \AG".B+N OB0$!&3!;Z.UL>SE0SJ"6&'A'=10(B)S@@@ZDB)6X M(K#*E2B"=-16:@C38HOF0UZ8 at 7\"KD2'Z4 RBE2UJ!BW0CA ) 2Y(!) ':4# MFHVD1 8706<X!JA at I$ZJ6 TE\%4$F2",R)X+L )Y4EN9$NU 2B$PE<A:N at BO M(P)JJ$]21\=!7>P3OV":) L9D"ORB!@IE at 4Q)W=#P P^)*/DH-+X94-?6F...
2013 Mar 26
6
[LLVMdev] Feedback required on proper dllexport/import implementation
Hello, while improving and extending support for dllexport/import I have noticed that the current way these are implemented is problematic and I would like some input on how to proceed. Currently dllexport/dllimport is treated as linkage type. This conflicts with inlined functions because there is no linkage for the combination of both. On first though, combining both doesn't make sense, but