summaryrefslogtreecommitdiff
path: root/lib/msan/tests/CMakeLists.txt
AgeCommit message (Expand)Author
2017-12-12[CMake] Support runtimes and monorepo layouts when looking for libcxxPetr Hosek
2017-07-28[compiler-rt] Add missing quotation marks to msan_compile invocationKrzysztof Parzyszek
2017-07-28[sanitizer tests CMake] Factor out CMake logic for compiling sanitizer testsGeorge Karpenkov
2017-04-10[msan] Choose in runtime if IPv4 or IPv6 are supported.Vitaly Buka
2017-01-10Make cmake link flag naming consistentFrancis Ricci
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-10-21[msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov
2015-10-08Fix msan tests build.Evgeniy Stepanov
2015-07-31[CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-03-04[Sanitizer] Fix/suppress compiler warnings in unit tests.Alexey Samsonov
2015-01-27[MSan] Enable MSan unit tests for all archsMohit K. Bhakkad
2015-01-06[Sanitizer] Improve unit tests in COMPILER_RT_DEBUG=ON mode.Alexey Samsonov
2014-11-25[msan] Remove leftover MSanDR bits in tests.Evgeniy Stepanov
2014-10-15[compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let...Kuba Brecka
2014-05-09[CMake] Use ExternalProject to build MSan-ified version of libcxx for unit te...Alexey Samsonov
2014-04-18[msan] Add missing quotes.Evgeniy Stepanov
2014-04-18[msan] Run msan_test in the new with-calls mode.Evgeniy Stepanov
2014-03-24[CMake] Rename the variableAlexey Samsonov
2014-03-24[CMake] Respect CMAKE_CXX_FLAGS in custom clang_compile commandsAlexey Samsonov
2014-03-19[CMake] Build sanitizer unit tests with -std=c++11Alexey Samsonov
2014-03-13[CMake] Make append_if semantics similar to those used in LLVMAlexey Samsonov
2014-03-04[CMake] Test for libdl and libpthread presenceAlexey Samsonov
2014-02-20[CMake] break dependency between unit tests and runtimes in standalone buildAlexey Samsonov
2014-02-14Move MSan lit-tests under test/msanAlexey Samsonov
2013-10-25[sanitizer] Intercept pthread_attr_get*.Evgeniy Stepanov
2013-06-10[MSan] don't add msan unit tests to check-msan command if libcxx is not check...Alexey Samsonov
2013-04-12[MSan] don't build tests with -fPIE/-pie, as these flags are implied by -fsan...Alexey Samsonov
2013-03-22[msan] Move test main and gtest include to separate files.Evgeniy Stepanov
2013-03-11[msan] intercept dlopen and clear shadow for itReid Kleckner
2013-02-11[msan] Lit tests for MemorySanitizer.Evgeniy Stepanov
2013-01-29[msan] Cleanup public interface header.Evgeniy Stepanov
2013-01-28[CMake] Fix compiler-rt tests after r173617Alexey Samsonov
2013-01-18CMake: create AddCompilerRT module and implement convenience add_compiler_rt_...Alexey Samsonov
2013-01-18CMake variables renaming: X86_64->x86_64 I386->i386Alexey Samsonov
2013-01-17[msan] More interceptors.Evgeniy Stepanov
2012-12-27Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produ...Alexey Samsonov
2012-12-27[msan] Explicitly link unit tests with libstdc++.Evgeniy Stepanov
2012-12-25Add MSan unit tests to check-msan and check-all.Evgeniy Stepanov
2012-12-25MemorySanitizer unit tests.Evgeniy Stepanov