search for: dyndd

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

Did you mean: dyndb
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...target clang_rt.tsan-x86_64 [ 88%] Built target clang_rt.tsan-x86_64-symbols [ 88%] Built target clang_rt.tsan_cxx-x86_64 [ 88%] Built target clang_rt.tsan_cxx-x86_64-symbols [ 88%] Built target tsan [ 88%] Built target clang_rt.dd-x86_64 [ 88%] Built target RTDD.x86_64 [ 88%] Built target clang_rt.dyndd-dynamic-x86_64 [ 88%] Built target dd [ 88%] Built target compiler-rt [ 88%] Built target test-suite-clobber CMakeFiles/test-suite.dir/build.make:112: *** target pattern contains no `%'. Stop. make[1]: *** [CMakeFiles/test-suite.dir/all] Error 2 make: *** [all] Error 2 I understand there is s...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target clang_rt.tsan-x86_64 [ 88%] Built target clang_rt.tsan-x86_64-symbols [ 88%] Built target clang_rt.tsan_cxx-x86_64 [ 88%] Built target clang_rt.tsan_cxx-x86_64-symbols [ 88%] Built target tsan [ 88%] Built target clang_rt.dd-x86_64 [ 88%] Built target RTDD.x86_64 [ 88%] Built target clang_rt.dyndd-dynamic-x86_64 [ 88%] Built target dd [ 88%] Built target compiler-rt [ 88%] Built target test-suite-clobber CMakeFiles/test-suite.dir/build.make:112: *** target pattern contains no `%'. Stop. make[1]: *** [CMakeFiles/test-suite.dir/all] Error 2 make: *** [all] Error 2 I understand there is so...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target clang_rt.tsan-x86_64 [ 88%] Built target clang_rt.tsan-x86_64-symbols [ 88%] Built target clang_rt.tsan_cxx-x86_64 [ 88%] Built target clang_rt.tsan_cxx-x86_64-symbols [ 88%] Built target tsan [ 88%] Built target clang_rt.dd-x86_64 [ 88%] Built target RTDD.x86_64 [ 88%] Built target clang_rt.dyndd-dynamic-x86_64 [ 88%] Built target dd [ 88%] Built target compiler-rt [ 88%] Built target test-suite-clobber CMakeFiles/test-suite.dir/build.make:112: *** target pattern contains no `%'. Stop. make[1]: *** [CMakeFiles/test-suite.dir/all] Error 2 make: *** [all] Error 2 I understand there is so...
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...s for target clang_rt.cfi-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.cfi_diag-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.dd-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.dfsan-x86_64_LIB_DEPENDS:STATIC= //Dependencies for the target clang_rt.dyndd-dynamic-x86_64_LIB_DEPENDS:STATIC=general;dl;general;rt;general;pthread; //Dependencies for target clang_rt.esan-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.lsan-x86_64_LIB_DEPENDS:STATIC= //Dependencies for target clang_rt.msan-x86_64_LIB_DEPENDS:STATIC= //Dependencies for ta...
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: [ brutal-snip ] ... > [ TODO#S: Before doing a 2nd build (and in a 3rd run using more > optimized binaries) ] > > How do I anable LTO via CMAKE? > > > LLVM_ENALBLE_LTO=On > [ v4 of my build-script attached ] Hi Chris, thanks for the response! That seems to work (see below). $ cd