summaryrefslogtreecommitdiff
path: root/lib/msan/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [compiler-rt][tests] Propagate COMPILER_RT_UNITTEST_LINK_FLAGSHubert Tong2019-05-011-1/+2
* [compiler-rt] Build custom libcxx with libcxxabiJonas Hahnfeld2019-02-171-9/+7
* [Fuzzer] Avoid the unnecessary rebuild of the custom libc++Petr Hosek2018-03-071-1/+1
* [CMake] Remove -stdlib= which is unused when passing -nostdinc++Jonas Hahnfeld2018-02-011-0/+3
* Reland "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-211-2/+3
* Revert "[Fuzzer] Parametrize add_custom_libcxx"Petr Hosek2018-01-201-2/+1
* [Fuzzer] Parametrize add_custom_libcxxPetr Hosek2018-01-201-1/+2
* [CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek2017-12-121-1/+1
* [compiler-rt] Add missing quotation marks to msan_compile invocationKrzysztof Parzyszek2017-07-281-1/+1
* [sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov2017-07-281-22/+15
* [msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka2017-04-101-0/+1
* Make cmake link flag naming consistentFrancis Ricci2017-01-101-3/+3
* Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni2016-01-141-1/+1
* Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg2016-01-131-1/+1
* With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni2016-01-131-1/+1
* [msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov2015-10-211-5/+1
* Fix msan tests build.Evgeniy Stepanov2015-10-081-2/+4
* [CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov2015-07-311-13/+14
* CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas2015-06-191-1/+1
* [Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov2015-03-041-0/+1
* [MSan] Enable MSan unit tests for all archsMohit K. Bhakkad2015-01-271-4/+4
* [Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov2015-01-061-0/+1
* [msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov2014-11-251-15/+1
* [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka2014-10-151-1/+1
* [CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov2014-05-091-53/+22
* [msan] Add missing quotes.Evgeniy Stepanov2014-04-181-1/+1
* [msan] Run msan_test in the new with-calls mode.Evgeniy Stepanov2014-04-181-19/+22
* [CMake] Rename the variableAlexey Samsonov2014-03-241-1/+1
* [CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov2014-03-241-2/+4
* [CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov2014-03-191-1/+1
* [CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov2014-03-131-2/+2
* [CMake] Test for libdl and libpthread presenceAlexey Samsonov2014-03-041-2/+2
* [CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov2014-02-201-6/+16
* Move MSan lit-tests under test/msanAlexey Samsonov2014-02-141-9/+10
* [sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov2013-10-251-0/+1
* [MSan] don't add msan unit tests to check-msan command if libcxx is not check...Alexey Samsonov2013-06-101-2/+1
* [MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov2013-04-121-2/+0
* [msan] Move test main and gtest include to separate files.Evgeniy Stepanov2013-03-221-3/+6
* [msan] intercept dlopen and clear shadow for itReid Kleckner2013-03-111-0/+17
* [msan] Lit tests for MemorySanitizer.Evgeniy Stepanov2013-02-111-12/+0
* [msan] Cleanup public interface header.Evgeniy Stepanov2013-01-291-1/+4
* [CMake] Fix compiler-rt tests after r173617Alexey Samsonov2013-01-281-5/+2
* CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov2013-01-181-1/+0
* CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov2013-01-181-1/+1
* [msan] More interceptors.Evgeniy Stepanov2013-01-171-0/+1
* Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov2012-12-271-14/+13
* [msan] Explicitly link unit tests with libstdc++.Evgeniy Stepanov2012-12-271-0/+2
* Add MSan unit tests to check-msan and check-all.Evgeniy Stepanov2012-12-251-2/+14
* MemorySanitizer unit tests.Evgeniy Stepanov2012-12-251-0/+153