search for: rtasan

Displaying 13 results from an estimated 13 matches for "rtasan".

2013 Nov 10
0
[LLVMdev] [Reminder] LLVM 3.4 Release Branching
...g svn is still broken on x86_64 darwin13 here for a build with... cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__ST...
2013 Nov 10
3
[LLVMdev] [Reminder] LLVM 3.4 Release Branching
Good day! This is just a reminder that branching for the 3.4 release will occur at this time: Monday, November 18, 2013 at 7:00:00 PM PST / Tuesday, November 19, 2013 at 3:00:00 AM UTC What this means for you! ------------------------ * Please keep the release notes up to date -- There has been very few commits to them. Please be proactive and update them with any significant feature that was
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ken on x86_64 darwin13 here for a build with... > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. > > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -...
2013 Nov 11
1
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...13 here > for a build with... > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 > -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF > -DCMAKE_BUILD_TYPE=Release .. > > [ 54%] Building CXX object > projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > cd > /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan > && /sw/var/lib/fink/path-prefix-clang/c++ > -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 > -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__ST...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...13 here for a build with... > > > > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. > > > > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > > cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MAC...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ild with... >> > >> > cmake -DLLVM_BUILD_32_BITS:BOOL=OFF -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_INSTALL_PREFIX=/sw/opt/llvm-3.4 -DLLVM_ENABLE_ASSERTIONS=OFF -DCMAKE_BUILD_TYPE=Release .. >> > >> > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o >> > cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...tting -DCMAKE_OSX_DEPLOYMENT_TARGET to a null string hasn't been required in the past. What happens to your > cmake build if you set the MACOSX_DEPLOYMENT_TARGET target environmental? You should see the failure... > > [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ompletes but setting -DCMAKE_OSX_DEPLOYMENT_TARGET to a null string hasn't been required in the past. What happens to your cmake build if you set the MACOSX_DEPLOYMENT_TARGET target environmental? You should see the failure... [ 54%] Building CXX object projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o cd /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan && /sw/var/lib/fink/path-prefix-clang/c++ -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__ST...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...TARGET to a > null string hasn't been required in the past. What happens to your > > cmake build if you set the MACOSX_DEPLOYMENT_TARGET target > environmental? You should see the failure... > > > > [ 54%] Building CXX object > projects/compiler-rt/lib/asan/CMakeFiles/RTAsan.iossim.dir/asan_allocator2.cc.o > > cd > /sw/src/fink.build/llvm34-3.4-0/llvm-3.4/build/projects/compiler-rt/lib/asan > && /sw/var/lib/fink/path-prefix-clang/c++ > -DASAN_FLEXIBLE_MAPPING_AND_OFFSET=1 -DASAN_HAS_EXCEPTIONS=1 > -DASAN_NEEDS_SEGV=1 -D__STDC_CONSTANT_MACROS -...
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
....ubsan_standalone_cxx-x86_64 [ 83%] Built target clang_rt.ubsan_standalone_cxx-x86_64-symbols [ 83%] Built target RTUbsan_standalone.x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64-symbols [ 83%] Built target ubsan [ 84%] Built target RTAsan_dynamic.x86_64 [ 86%] Built target RTAsan.x86_64 [ 86%] Built target RTAsan_preinit.x86_64 [ 86%] Built target clang_rt.asan-x86_64 [ 86%] Built target RTAsan_cxx.x86_64 [ 86%] Built target clang_rt.asan_cxx-x86_64 Scanning dependencies of target RTAsan_dynamic_version_script_dummy.x86_64 [ 86%] Bu...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
....ubsan_standalone_cxx-x86_64 [ 83%] Built target clang_rt.ubsan_standalone_cxx-x86_64-symbols [ 83%] Built target RTUbsan_standalone.x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64-symbols [ 83%] Built target ubsan [ 84%] Built target RTAsan_dynamic.x86_64 [ 86%] Built target RTAsan.x86_64 [ 86%] Built target RTAsan_preinit.x86_64 [ 86%] Built target clang_rt.asan-x86_64 [ 86%] Built target RTAsan_cxx.x86_64 [ 86%] Built target clang_rt.asan_cxx-x86_64 Scanning dependencies of target RTAsan_dynamic_version_script_dummy.x86_64 [ 86%] Bu...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
....ubsan_standalone_cxx-x86_64 [ 83%] Built target clang_rt.ubsan_standalone_cxx-x86_64-symbols [ 83%] Built target RTUbsan_standalone.x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64 [ 83%] Built target clang_rt.ubsan_standalone-x86_64-symbols [ 83%] Built target ubsan [ 84%] Built target RTAsan_dynamic.x86_64 [ 86%] Built target RTAsan.x86_64 [ 86%] Built target RTAsan_preinit.x86_64 [ 86%] Built target clang_rt.asan-x86_64 [ 86%] Built target RTAsan_cxx.x86_64 [ 86%] Built target clang_rt.asan_cxx-x86_64 Scanning dependencies of target RTAsan_dynamic_version_script_dummy.x86_64 [ 86%] Bu...
2014 Feb 13
3
[LLVMdev] cmake/ninja build failing
Well, I updated to cmake 2.8.12.2 but the result of changing that COMPILE_FLAGS to COMPILE_OPTIONS is that quotes are applied incorrectly: quotes are added surrounding the entire set of flags rather than around each individual item in the list. Obviously the build doesn't work (with the compiler looking for files named " -m64 ... ") but checking the relevant build command in