summaryrefslogtreecommitdiffstats
path: root/compiler-rt/test/asan/TestCases/Posix/interception-in-shared-lib-test.cc
Commit message (Collapse)AuthorAgeFilesLines
* compiler-rt: Rename cc files below test/asan to cppNico Weber2019-08-051-29/+0
| | | | | | See r367803 and similar other changes. llvm-svn: 367887
* Mark breaking asan tests on NetBSDKamil Rytarowski2018-10-301-0/+2
| | | | | | | | | | | | Failing ones: - coverage-reset - coverage - dlclose-test - interception-in-shared-lib-test - stack-use-after-return - tsd_dtor_leak llvm-svn: 345663
* [ASan] Deduplicate interception-in-shared-lib-test.cc by introducing ↵Alexander Potapenko2015-04-011-0/+27
platform-specific substitutions for rpath linker flags Also make suppressions-library.cc use the same flags to avoid warnings about unused -rpath flags. The same substitutions will be used to make coverage tests work on both Linux and Darwin without duplicating the code. llvm-svn: 233802
OpenPOWER on IntegriCloud