search for: xunxun

Displaying 6 results from an estimated 6 matches for "xunxun".

Did you mean: zhunxun
2012 Aug 03
1
[LLVMdev] Unable to build compiler-rt (Windows)
2012/8/3 xunxun <xunxun1982 at gmail.com> > 于 2012/8/3 17:44, Ruben Van Boxem 写道: > > Hi, >> >> As it stands, I cannot build nor test compiler-rt. I downloaded the >> latest sources from svn (http://llvm.org/svn/llvm-** >> project/compiler-rt/trunk<http://llvm.org/svn/ll...
2012 May 27
0
[LLVMdev] Linking clang.exe takes more than two hours?
...ols, I guess it could cause excessive trashing during link. > > > Cheers, > Mikael > > Which edition of your gcc? If newer than gcc4.6 (including 4.6), you may try to add -fno-keep-inline-dllexport to your compiler option, this will improve your link issues. -- Best Regards, xunxun
2012 Aug 03
0
[LLVMdev] Unable to build compiler-rt (Windows)
...CMakeLists.txt, so that probably > doesn't work either. > > Is there any solution available? > > Thanks, > > Ruben > > PS: please reply to my email address as well, I am not subscribed to > llvmdev. > Can you try to use ./configure directly? -- Best Regards, xunxun
2012 May 27
2
[LLVMdev] Linking clang.exe takes more than two hours?
Hi, I'm building using MINGW64 on a very slow system (Intel Atom 330 X2 1.6 GHz), but it seems rather odd that the system has been linking clang.exe for the past two hours. It appears that a couple of gigabytes of virtual memory are being used (causing constant swapping) - the system has only 2 GB of physical memory. Is this a bug in MINGW64 (binutils 2.22) or is it just too little RAM in
2012 Aug 03
2
[LLVMdev] Unable to build compiler-rt (Windows)
Hi, As it stands, I cannot build nor test compiler-rt. I downloaded the latest sources from svn (http://llvm.org/svn/llvm-project/compiler-rt/trunk) and ran cmake ../../Source/compiler-rt -G"MinGW Makefiles" and got the following error: ... -- Detecting CXX compiler ABI info - done CMake Error at CMakeLists.txt:10 (include): include could not find load file: LLVMParseArguments
2011 Dec 02
1
[LLVMdev] DragonEgg 3.0 for win32
...If you use G++, you should use dragonegg-cc1plus.dll: g++ -fplugin=dragonegg-cc1plus.dll test.cpp If you use GFortran, you should use dragonegg-f951.dll: gfortran -fplugin=dragonegg-f951.dll test.f90 I haven't built other languages except C/C++/Fortran -- Best Regards, xunxun