search for: slowoperationinform

Displaying 19 results from an estimated 19 matches for "slowoperationinform".

Did you mean: slowoperationinformer
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Hi I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW. However, it stops complaining about that SIGALRM is undeclared: -------------------------- @ /usr/local/build/llvm/mklib --tag=disable-shared --silent --tag=CXX --mode=compile g++ -c -I/usr/local/build/llvm/lib/Support -I/usr/local/src/llvm/lib/Support -I/usr/local/build/llvm/inc...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
Henrik Bach wrote: > Hi > > I'm compiling: /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp > on MinGW. However, it stops complaining about that SIGALRM is undeclared: Is there an alarm() syscall on MinGW? And if so, what signal does it send (according to the MinGW docs)? -- John T. > -------------------------- > @ /usr/local/build/llvm/mklib --tag=disable-shared --si...
2004 Sep 24
2
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...ction that needs to go into lib/System. An alternate approach is to fork a thread, sleep, and when the thread wakes up, "ring the alarm". Reid. John Criswell wrote: > Henrik Bach wrote: > >> Hi >> >> I'm compiling: >> /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW. >> However, it stops complaining about that SIGALRM is undeclared: > > > Is there an alarm() syscall on MinGW? And if so, what signal does it > send (according to the MinGW docs)? > > -- John T. > >> -------------------------- >> @ /usr/...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error: `SIGALRM' undeclared (first use this functi
...pproach is to fork a thread, sleep, and when the thread wakes up, > "ring the alarm". > > Reid. > > John Criswell wrote: > > Henrik Bach wrote: > > > >> Hi > >> > >> I'm compiling: > >> /usr/local/src/llvm/lib/Support/SlowOperationInformer.cpp on MinGW. > >> However, it stops complaining about that SIGALRM is undeclared: > > > > > > Is there an alarm() syscall on MinGW? And if so, what signal does it > > send (according to the MinGW docs)? > > > > -- John T. > > > >&gt...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error:`SIGALRM' undeclared (first use this functi
...us" every >second until the the thing is cancelled. Since the caller is required to >update the progress, this could also be done with time deltas without the >use of threads or signals. When I get the lib/System/TimeValue abstraction >implemented, I'll probably just update SlowOperationInformer to use >timestamp deltas rather than signals and avoid this whole problem >altogether. Okay, I'll comment the lines in question for now and see if other gotchas will show up. >Jeff Cohen wrote: > >>There's simply no equivalent to signals on Windows. There is no way...
2004 Sep 24
0
[LLVMdev] SlowOperationInformer.cpp:55: error:`SIGALRM'undeclared (first use this functi
...>>second until the the thing is cancelled. Since the caller is required to >>update the progress, this could also be done with time deltas without the >>use of threads or signals. When I get the lib/System/TimeValue abstraction >>implemented, I'll probably just update SlowOperationInformer to use >>timestamp deltas rather than signals and avoid this whole problem >>altogether. > >Okay, I'll comment the lines in question for now and see if other gotchas >will show up. > >>Jeff Cohen wrote: >> >>>There's simply no equivalent to...
2005 Oct 30
1
[LLVMdev] Re: LLVMdev Digest, Vol 16, Issue 24
...were a bunch of Warnings during the configure phase involving >missing utilities such as mmap and ldopen(). When I started make I died >with the following message: >llvm[1]: Compiling IsNAN.cpp for Debug build >llvm[1]: Compiling PluginLoader.cpp for Debug build >llvm[1]: Compiling SlowOperationInformer.cpp for Debug build >In file included from >D:/Apps/msys/src/llvmobj/../llvm/lib/Support/SlowOperation >Informer.cpp:19: >D:/Apps/msys/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/unistd.h:13: >27: unistd.h: No such file or directory &...
2005 Oct 30
3
[LLVMdev] Still can't compile backend or frontend on Windows
...k_bach_llvm/ There were a bunch of Warnings during the configure phase involving missing utilities such as mmap and ldopen(). When I started make I died with the following message: llvm[1]: Compiling IsNAN.cpp for Debug build llvm[1]: Compiling PluginLoader.cpp for Debug build llvm[1]: Compiling SlowOperationInformer.cpp for Debug build In file included from D:/Apps/msys/src/llvmobj/../llvm/lib/Support/SlowOperation Informer.cpp:19: D:/Apps/msys/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/unistd.h:13: 27: unistd.h: No such file or directory D:/Apps/msys/src/llvm...
2007 Apr 13
3
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
...this brings back CommandLine Error: Arugment blah defined more >> than once! >> >> And without this, opt -load .../LLVMHello.dylib -hello does not work >> on Darwin because dyld is not able to find SlowerOperationInformer ;) > > I think libhello should drop its use of SlowOperationInformer. That'll fix Hello example. However, anyone trying to load their custom pass will likely to run into this again. - Devang
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
On Fri, 13 Apr 2007, Devang Patel wrote: >> I think libhello should drop its use of SlowOperationInformer. > > That'll fix Hello example. However, anyone trying to load their custom > pass will likely to run into this again. It is a long-standing issue. The deal is that libsupport (and many others) are .a files. If one of the .o files in the .a file is used by a plugin, but not by t...
2005 Nov 01
4
[LLVMdev] Re: Still can't compile backend or frontend on, Windows
...ings during the configure phase involving >>missing utilities such as mmap and ldopen(). When I started make I died >>with the following message: >>llvm[1]: Compiling IsNAN.cpp for Debug build >>llvm[1]: Compiling PluginLoader.cpp for Debug build >>llvm[1]: Compiling SlowOperationInformer.cpp for Debug build >>In file included from >>D:/Apps/msys/src/llvmobj/../llvm/lib/Support/SlowOperation >>Informer.cpp:19: >>D:/Apps/msys/mingw/bin/../lib/gcc/mingw32/3.4.4/../../../../include/unistd.h:13: >>27: unistd.h: No such...
2007 Apr 13
0
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
...ang Patel wrote: > And this brings back CommandLine Error: Arugment blah defined more > than once! > > And without this, opt -load .../LLVMHello.dylib -hello does not work > on Darwin because dyld is not able to find SlowerOperationInformer ;) I think libhello should drop its use of SlowOperationInformer. -Chris > On Apr 13, 2007, at 11:28 AM, Devang Patel wrote: > >> >> >> Changes in directory llvm/lib/Transforms/Hello: >> >> Makefile updated: 1.7 -> 1.8 >> --- >> Log message: >> >> Hello uses LLVMSupport.a (SlowerOperationInforme...
2007 Apr 13
2
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
Chris, On Fri, 2007-04-13 at 12:39 -0700, Chris Lattner wrote: > On Fri, 13 Apr 2007, Devang Patel wrote: > >> I think libhello should drop its use of SlowOperationInformer. > > > > That'll fix Hello example. However, anyone trying to load their custom > > pass will likely to run into this again. > > It is a long-standing issue. The deal is that libsupport (and many > others) are .a files. If one of the .o files in the .a file is u...
2007 Apr 13
2
[LLVMdev] [llvm-commits] CVS: llvm/lib/Transforms/Hello/Makefile
And this brings back CommandLine Error: Arugment blah defined more than once! And without this, opt -load .../LLVMHello.dylib -hello does not work on Darwin because dyld is not able to find SlowerOperationInformer ;) thoughts ? - Devang On Apr 13, 2007, at 11:28 AM, Devang Patel wrote: > > > Changes in directory llvm/lib/Transforms/Hello: > > Makefile updated: 1.7 ->
2008 Feb 17
1
[LLVMdev] llvm 2.2 build problems
...r.cpp for Release build llvm[1]: Compiling IsInf.cpp for Release build llvm[1]: Compiling IsNAN.cpp for Release build llvm[1]: Compiling ManagedStatic.cpp for Release build llvm[1]: Compiling MemoryBuffer.cpp for Release build llvm[1]: Compiling PluginLoader.cpp for Release build llvm[1]: Compiling SlowOperationInformer.cpp for Release build llvm[1]: Compiling SmallPtrSet.cpp for Release build llvm[1]: Compiling Statistic.cpp for Release build llvm[1]: Compiling Streams.cpp for Release build llvm[1]: Compiling StringExtras.cpp for Release build llvm[1]: Compiling StringMap.cpp for Release build llvm[1]: Compilin...
2004 Nov 15
0
[LLVMdev] Fixes for windows version
...> + RelativePath="..\..\include\llvm\Support\PatternMatch.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\PluginLoader.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"> > + </File> > + <File > + RelativePath="..\..\include\llvm\Support\SystemUtils.h"> > + </File> > +...
2004 Nov 15
2
[LLVMdev] Fixes for windows version
Hi, when I updated the sources today there were several small problems that stopped the windows version from compiling, here are the patches m. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32patches.txt URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20041115/34634455/attachment.txt>
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...e > > RelativePath="..\..\lib\Support\IsNAN.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\Support\PluginLoader.cpp"> > > </File> > > <File > > RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"> > > <FileConfiguration > > Name="Debug|Win32" > > ExcludedFromBuild="TRUE"> > > <Tool > > Name="VCCLCompilerTool"/> > > </FileConfiguration> > > <FileConfigu...
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...t; </File> > <File > RelativePath="..\..\lib\Support\IsNAN.cpp"> > </File> > <File > RelativePath="..\..\lib\Support\PluginLoader.cpp"> > </File> > <File > RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"> > <FileConfiguration > Name="Debug|Win32" > ExcludedFromBuild="TRUE"> > <Tool > Name="VCCLCompilerTool"/> > </FileConfiguration> > <FileConfiguration > Name="Release...