search for: libblocksruntime

Displaying 4 results from an estimated 4 matches for "libblocksruntime".

2011 Jan 07
1
[LLVMdev] [PATCH] compiler-rt patch for clean build on Solaris 10 / x86
...written to: /home/jocke/llvm/clean/build -bash-3.00$ -bash-3.00$ gmake Scanning dependencies of target BlocksRuntime [ 0%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o [ 1%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/data.c.o Linking C shared library libBlocksRuntime.so [ 1%] Built target BlocksRuntime Scanning dependencies of target CompilerRT-Generic [ 2%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/absvdi2.c.o In file included from /home/jocke/llvm/clean/compiler-rt/lib/absvdi2.c:15: In file included from /home/jocke/llvm/clean/compiler-rt/lib/...
2010 Jun 16
0
[LLVMdev] compiler-rt 'make install' only installs the BlocksRuntime files
...eating a binary package of compiler-rt for Debian and have a question about the build process. I followed the instructions on the compiler-rt homepage and built compiler-rt under Linux, but the 'make install' target only installs the following three files: -- Installing: /usr/local/lib/libBlocksRuntime.so -- Installing: /usr/local/include/Block.h -- Installing: /usr/local/include/Block_private.h Is this the expected behavior, or is there a configuration flag that I need to set in order to get the rest of the library to install? I'm mainly interested in the Blocks runtime at the moment; w...
2012 Dec 01
0
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
+kremenek, ganna On Sat, Dec 1, 2012 at 4:33 AM, Jack Howarth <howarth at bromo.med.uc.edu>wrote: > On Fri, Nov 30, 2012 at 01:41:05PM +0400, Kostya Serebryany wrote: > > Just want to remind everyone that we plan to stop using mach_override in > > asanin favor of OSX's native function interposition. > > So, we probably don't want to spend too much effort fixing
2012 Dec 01
4
[LLVMdev] radr://12777299, "potential pthread/eh bug exposed by libsanitizer"
On Fri, Nov 30, 2012 at 01:41:05PM +0400, Kostya Serebryany wrote: > Just want to remind everyone that we plan to stop using mach_override in > asanin favor of OSX's native function interposition. > So, we probably don't want to spend too much effort fixing mach_override. > > --kcc Kostya, Unless I am misunderstanding the code in asan/asan_intercepted_functions.h,