Petr Hosek
eb46c95c3e
[CMake] Use normalized Windows target triples
...
Changes the default Windows target triple returned by
GetHostTriple.cmake from the old environment names (which we wanted to
move away from) to newer, normalized ones. This also requires updating
all tests to use the new systems names in constraints.
Differential Revision: https://reviews.llvm.org/D47381
llvm-svn: 339307
2018-08-09 02:16:18 +00:00
Pierre Gousseau
183d1368f3
[asan] Add strndup/__strndup interceptors.
...
Recommit of r302781 with Vitaly Buka's fix for non zero terminated strings.
Differential Revision: https://reviews.llvm.org/D31457
llvm-svn: 304399
2017-06-01 09:37:22 +00:00
Daniel Jasper
f97310fb7a
Revert r302781 and subsequent attempts to disable part of it.
...
The Msan unit tests are still broken and by this point, I think we
should start over.
llvm-svn: 303339
2017-05-18 09:31:37 +00:00
Diana Picus
44514860f4
Fixup r303324 - temporary disable stndup interceptor, due to r302781 being buggy
...
r303324 missed one of the tests added by r302781. This commit applies
the same fix as r303324 to the missed test (strndup.cc).
llvm-svn: 303338
2017-05-18 09:12:27 +00:00
Pierre Gousseau
0550581070
[asan] Recommit of r301904: Add strndup/__strndup interceptors
...
Fix undeclared __interceptor_malloc in esan_interceptors.cc
Fix undeclared strnlen on OSX
Differential Revision: https://reviews.llvm.org/D31457
llvm-svn: 302781
2017-05-11 08:53:24 +00:00
Pierre Gousseau
1c5550671d
Revert r301904 causing tsan test failure in x86_64-linux-autoconf
...
llvm-svn: 301909
2017-05-02 10:22:05 +00:00
Pierre Gousseau
b7101479a8
[asan] Add strndup/__strndup interceptors if targeting linux.
...
Differential Revision: https://reviews.llvm.org/D31457
llvm-svn: 301904
2017-05-02 09:01:02 +00:00