search for: absvdi2

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

2011 Jan 07
1
[LLVMdev] [PATCH] compiler-rt patch for clean build on Solaris 10 / x86
...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/int_lib.h:23: In file included from /home/jocke/llvm/clean/compiler-rt/lib/endianness.h:25: /usr/include/sys/byteorder.h:60:9: error: unknown type name 'ui...
2013 Oct 31
3
[releng_10 tinderbox] failure on i386/pc98
...object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries [...] CC='cc ' mkdep -f .depend -a -DVISIBILITY_HIDDEN -std=gnu99 /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/absvdi2.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/absvsi2.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/absvti2.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/addvdi3.c /src/lib/libcompiler_rt/../../contrib/compiler-rt/lib/addvsi3.c /src/lib/libcompiler_rt/../../contrib/com...
2011 May 21
0
[LLVMdev] compiler-rt compile problem for 32bit OS X
...cc-i386/llvm-build-Release/tools/clang/runtime/compiler-rt/clang_darwin/cc_kext/armv6/SubDir.lib/adddf3.o] Error 1 make[5]: *** Waiting for unfinished jobs.... make[5]: *** [/Users/erickt/Projects/llvm/gcc-i386/llvm-build-Release/tools/clang/runtime/compiler-rt/clang_darwin/cc_kext/armv6/SubDir.lib/absvdi2.o] Error 1 error: unable to create target: 'No available targets are compatible with this triple, see -version for the available targets.' error: 1unable error generated. to create target: 'No available targets are compatible with this triple, see -version for the available targets....
2013 Feb 26
0
[LLVMdev] make error building llvm/clang 3.2 on Linux
.../source/compiler-rt-3.2.src' > MKDIR: /home/youngmj/DevTools/LLVM/Version_3.2/build/tools/clang/runtime/compiler-rt/clang_linux/full-i386/i386/SubDir.lib > COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/absvdi2.c > <* SNIP *> > COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/divxc3.c > COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/...
2013 Feb 21
4
[LLVMdev] make error building llvm/clang 3.2 on Linux
.../Version_3.2/source/compiler-rt-3.2.src' MKDIR: /home/youngmj/DevTools/LLVM/Version_3.2/build/tools/clang/runtime/compiler-rt/clang_linux/full-i386/i386/SubDir.lib COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/absvdi2.c <* SNIP *> COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/divxc3.c COMPILE: clang_linux/full-i386/i386: /home/youngmj/DevTools/LLVM/Version_3.2/source/llvm-3.2.src/projects/compiler-rt/lib/enable_execute_sta...
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...FUNCTIONS.asan_iossim_dynamic := $(AsanFunctions) $(AsanCXXFunctions) \ FUNCTIONS.ubsan_osx := $(UbsanFunctions) $(UbsanCXXFunctions) \ $(SanitizerCommonFunctions) +FUNCTIONS.safestack_osx := $(SafeStackFunctions) $(InterceptionFunctions) + CCKEXT_COMMON_FUNCTIONS := \ absvdi2 \ absvsi2 \ diff --git a/make/platform/clang_linux.mk b/make/platform/clang_linux.mk index 2edbfff..3a8ab08 100644 --- a/make/platform/clang_linux.mk +++ b/make/platform/clang_linux.mk @@ -50,7 +50,7 @@ endif # Build runtime libraries for i386. ifeq ($(call contains,$(SupportedArches),i386),tru...