search for: asan_iossim_dynamic

Displaying 9 results from an estimated 9 matches for "asan_iossim_dynamic".

2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
Compiler-rt is broken for me. I'm compiling with top of trunk llvm, clang and compiler-rt using automake on Darwin. Is anyone else seeing this error? llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir llvm[4]: Copying runtime library darwin/ubsan_osx to build dir cp: /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: No such file or directory make[4]: *** [/Volumes/Files/yuchen_wu/dev/llvm/build/Debug+Assert...
2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
...ot; <yuchenericwu at hotmail.com> wrote: > >> Compiler-rt is broken for me. I'm compiling with top of trunk llvm, clang >> and compiler-rt using automake on Darwin. >> >> Is anyone else seeing this error? >> >> llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir >> llvm[4]: Copying runtime library darwin/ubsan_osx to build dir >> cp: >> /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: >> No such file or directory >> make[4]: *** >>...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
...5:05 AM, "Yuchen Wu" <yuchenericwu at hotmail.com> wrote: > Compiler-rt is broken for me. I'm compiling with top of trunk llvm, clang > and compiler-rt using automake on Darwin. > > Is anyone else seeing this error? > > llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir > llvm[4]: Copying runtime library darwin/ubsan_osx to build dir > cp: > /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: > No such file or directory > make[4]: *** > [/Volumes/Files/yuchen_...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
...u at hotmail.com<mailto:yuchenericwu at hotmail.com>> wrote: > Compiler-rt is broken for me. I'm compiling with top of trunk llvm, > clang and compiler-rt using automake on Darwin. > > Is anyone else seeing this error? > > llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir > llvm[4]: Copying runtime library darwin/ubsan_osx to build dir > cp: > /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: > No such file or directory > make[4]: *** > [/Volumes/Files/y...
2013 Nov 20
2
[LLVMdev] Can't compile compiler-rt, asan error
...to:yuchenericwu at hotmail.com>> wrote: > > Compiler-rt is broken for me. I'm compiling with top of trunk llvm, > > clang and compiler-rt using automake on Darwin. > > > > Is anyone else seeing this error? > > > > llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir > > llvm[4]: Copying runtime library darwin/ubsan_osx to build dir > > cp: > > > /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: > > No such file or directory > > make[4]: **...
2013 Nov 20
0
[LLVMdev] Can't compile compiler-rt, asan error
...il.com>> wrote: >> > Compiler-rt is broken for me. I'm compiling with top of trunk llvm, >> > clang and compiler-rt using automake on Darwin. >> > >> > Is anyone else seeing this error? >> > >> > llvm[4]: Copying runtime library darwin/asan_iossim_dynamic to build dir >> > llvm[4]: Copying runtime library darwin/ubsan_osx to build dir >> > cp: >> > >> /Volumes/Files/yuchen_wu/dev/llvm/build/tools/clang/runtime/compiler-rt/clang_darwin/asan_iossim_dynamic/libcompiler_rt.dylib: >> > No such file or directory &...
2014 May 18
3
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
...I have the openmp support in llvm 3.5svn now built on 10.7 using Xcode 4.6.3 and 10.8/10.9 using 5.1.1. The 10.7 build required the hack… perl -pi -e 's|list\(APPEND SANITIZER_COMMON_SUPPORTED_DARWIN_OS iossim\)||g' projects/compiler-rt/CMakeLists.txt to suppress building libclang_rt.asan_iossim_dynamic.dylib. The compiler-rt build now expects the iPhoneSimulator7.0.0.sdk but Xcode 4.6.3 only has the /iPhoneSimulator6.1.sdk. I tried tweaking that back to 6.1 but the build of llibclang_rt.asan_iossim_dynamic.dylib. wants link to a copy of /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneS...
2014 May 18
2
[LLVMdev] Clang 3.5 Release Pre-Pre-Pre-Announcement
Bill, Are there any plans to integrate the new openmp support into the llvm/clang 3.5 build process? I have been able to build the current llvm/clang/compiler-rt/openmp svn on Mac OS X 10.9 out of tree with… pushd projects/openmp/runtime make compiler=clang popd and then OPENMP_DIR=`ls projects/openmp/runtime/tmp | grep dyn` pushd
2014 Nov 03
8
[LLVMdev] [PATCH] Protection against stack-based memory corruption errors using SafeStack
...x86_64 x86_64h,safestack_osx) + # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM # object files. If we are on that platform, strip out all ARM archs. We still # build the libraries themselves so that Clang can find them where it expects @@ -170,6 +174,10 @@ CFLAGS.asan_iossim_dynamic := \ CFLAGS.ubsan_osx := $(CFLAGS) -mmacosx-version-min=10.6 -fno-builtin +CFLAGS.safestack_osx := \ + $(CFLAGS) -fno-rtti -fno-exceptions -fno-builtin \ + -fno-stack-protector -fno-safe-stack + CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS) CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_D...