Displaying 7 results from an estimated 7 matches for "ubsan_standalone_cxx".
2016 Feb 28
4
[cfe-dev] [3.8 Release] We have branched
...target cfi
[ 75%] Built target compiler-rt-headers
[ 83%] Built target clang_rt.builtins-x86_64
[ 83%] Built target builtins
[ 83%] Built target RTLSanCommon.x86_64
[ 83%] Built target clang_rt.lsan-x86_64
[ 83%] Built target lsan
[ 83%] Built target RTUbsan_cxx.x86_64
[ 83%] Built target clang_rt.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...
2015 Apr 01
2
[LLVMdev] Missing libclang_rt.san-x86_64.a file for Compiler-rt
...4.a
libclang_rt.dd-x86_64.a
libclang_rt.dfsan-libc-x86_64.a
libclang_rt.dfsan-x86_64.a
libclang_rt.lsan-x86_64.a
libclang_rt.msan-x86_64.a
libclang_rt.profile-x86_64.a
libclang_rt.tsan-x86_64.a
libclang_rt.ubsan_cxx-x86_64.a
libclang_rt.ubsan_standalone_cxx-x86_64.a
libclang_rt.ubsan_standalone-x86_64.a
libclang_rt.ubsan-x86_64.a
I found that "libclang_rt.san-x86_64.a" was present at least for
Clang-3.6 for ArchLinux(
https://www.archlinux.org/packages/extra/x86_64/clang/files/). So how can I
build to get that library?...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target cfi
[ 75%] Built target compiler-rt-headers
[ 83%] Built target clang_rt.builtins-x86_64
[ 83%] Built target builtins
[ 83%] Built target RTLSanCommon.x86_64
[ 83%] Built target clang_rt.lsan-x86_64
[ 83%] Built target lsan
[ 83%] Built target RTUbsan_cxx.x86_64
[ 83%] Built target clang_rt.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...
2016 Feb 29
0
[cfe-dev] [3.8 Release] We have branched
...target cfi
[ 75%] Built target compiler-rt-headers
[ 83%] Built target clang_rt.builtins-x86_64
[ 83%] Built target builtins
[ 83%] Built target RTLSanCommon.x86_64
[ 83%] Built target clang_rt.lsan-x86_64
[ 83%] Built target lsan
[ 83%] Built target RTUbsan_cxx.x86_64
[ 83%] Built target clang_rt.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...
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
..._rt.stats_client-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
clang_rt.tsan-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
clang_rt.tsan_cxx-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
clang_rt.ubsan_standalone-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
clang_rt.ubsan_standalone_cxx-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
clang_rt.xray-x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
findAllSymbols_LIB_DEPENDS:STATIC=
//Dependencies for target
gtest_LIB_DEPENDS:STATIC=
//Dependencies for target
gtest_main_LIB_DEPENDS:STATIC=
//Dependencies for the target...
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