summaryrefslogtreecommitdiffstats
path: root/llvm/test/Instrumentation/AddressSanitizer/version-mismatch-check.ll
Commit message (Collapse)AuthorAgeFilesLines
* [ASan] Version mismatch check follow-upJulian Lettner2019-08-291-2/+2
| | | | | | | | | | | Follow-up for: [ASan] Make insertion of version mismatch guard configurable 3ae9b9d5e40d1d9bdea1fd8e6fca322df920754a This tiny change makes sure that this test passes on our internal bots as well. llvm-svn: 370403
* [ASan] Make insertion of version mismatch guard configurableJulian Lettner2019-08-281-0/+12
By default ASan calls a versioned function `__asan_version_mismatch_check_vXXX` from the ASan module constructor to check that the compiler ABI version and runtime ABI version are compatible. This ensures that we get a predictable linker error instead of hard-to-debug runtime errors. Sometimes, however, we want to skip this safety guard. This new command line option allows us to do just that. rdar://47891956 Reviewed By: kubamracek Differential Revision: https://reviews.llvm.org/D66826 llvm-svn: 370258
OpenPOWER on IntegriCloud