[PATCH] D58013: [compiler-rt] Introduce SANITIZER_LIBCXX_CXX_ABI
Jonas Hahnfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 10 03:58:27 PST 2019
Hahnfeld created this revision.
Hahnfeld added reviewers: phosek, vitalybuka, EricWF.
Herald added subscribers: llvm-commits, Sanitizers, christof, mgorny, dberris.
Herald added projects: LLVM, Sanitizers.
This can be used to set the C++ ABI library when building instrumented
versions of libc++. As a result the build system will generate a linker
script inplace of libc++.so which removes the need to manually pass a
C++ ABI library for the msan unit tests.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D58013
Files:
compiler-rt/CMakeLists.txt
compiler-rt/cmake/Modules/AddCompilerRT.cmake
compiler-rt/lib/fuzzer/CMakeLists.txt
compiler-rt/lib/msan/tests/CMakeLists.txt
libcxx/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58013.186147.patch
Type: text/x-patch
Size: 4560 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190210/7f09ff6b/attachment.bin>
More information about the llvm-commits
mailing list