diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-20 23:49:17 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-03-20 23:49:17 +0000 |
commit | e86b7b0bb9c37e75e4fcfef7dfc332695618ed10 (patch) | |
tree | c7c9ec8c05054b613286a792f47019378b978325 /llvm/lib/Analysis/MemoryDependenceAnalysis.cpp | |
parent | cff3cde28bc322cc34e6200f990a2eb3e0ea729a (diff) | |
download | bcm5719-llvm-e86b7b0bb9c37e75e4fcfef7dfc332695618ed10.tar.gz bcm5719-llvm-e86b7b0bb9c37e75e4fcfef7dfc332695618ed10.zip |
Split ubsan runtime into three pieces (compiler-rt part):
* libclang_rt-san-* is sanitizer_common, and is linked in only if no other
sanitizer runtime is present.
* libclang_rt-ubsan-* is the piece of the runtime which doesn't depend on
a C++ ABI library, and is always linked in.
* libclang_rt-ubsan_cxx-* is the piece of the runtime which depends on a
C++ ABI library, and is only linked in when linking a C++ binary.
The Darwin ubsan runtime is unchanged.
For more details, see Clang change r177605.
llvm-svn: 177606
Diffstat (limited to 'llvm/lib/Analysis/MemoryDependenceAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions