summaryrefslogtreecommitdiff
path: root/test/Driver/darwin-sanitizer-ld.c
AgeCommit message (Expand)Author
2016-07-10Reapply SVN r274797.Saleem Abdulrasool
2016-07-08Revert "Driver: Stop linking to C++ when using sanitizers on Darwin"Saleem Abdulrasool
2016-07-07Driver: Stop linking to C++ when using sanitizers on DarwinSaleem Abdulrasool
2016-03-14Fix some more tests with CLANG_DEFAULT_CXX_STDLIBJonas Hahnfeld
2016-02-12tests: Add explicit -stdlib=libstdc++ to tests that require itJonas Hahnfeld
2016-02-02[asan] Add iOS support for Address SanitizerAnna Zaks
2015-03-23[UBSan] Use shared library for UBSan on OS X (Clang part).Alexey Samsonov
2014-11-04Fix the test failure on Windows introduced by r221279.Kuba Brecka
2014-11-04Use @rpath as LC_ID_DYLIB for ASan dylib on OS XKuba Brecka
2013-11-15[ASan] Fix darwin-sanitizer-ld.c for iossim, which seems to use -lc++ instead...Alexander Potapenko
2013-11-15[ASan] Link with libclang_rt.asan_iossim_dynamic.dylib when targeting the iOS...Alexander Potapenko
2013-09-20[ASan] Fix darwin-sanitizer-ld.c to test for the new order of linker flags in...Alexander Potapenko
2013-02-23ubsan: Emit bounds checks for array indexing, vector indexing, and (in really...Richard Smith
2013-01-22[ASan] Fixed darwin-sanitizer-ld.c to match the flags after the switch to the...Alexander Potapenko
2013-01-21Port r172856: 'Include ubsan runtime even when building a shared library. We ...Alexey Samsonov
2012-11-25Fix test case for linking with sanitizer opts added in r168428.Alexey Samsonov
2012-11-23PR14306: Move -fbounds-checking to -fsanitize=bounds.Joey Gouly
2012-11-21Try to fix test from r168428 on mingw botAlexey Samsonov
2012-11-21[Sanitizer] force linking with static sanitizer runtimes on Darwin even if th...Alexey Samsonov