[PATCH] D29148: [compiler-rt] Provide a list of functions from sanitizers's interfaces.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 29 22:55:16 PST 2017
mpividori added a comment.
> If we can have a lit test that works on linux and if this is just moving stuff from win-specific to generic -- might be ok.
> Right now the code is often broken by changes that work on linux and don't work on windows.
With the last diff I meet the mentioned requirements:
+ I am moving stuff from `asan_win_dll_thunks.cc`.
+ I added tests for Windows, Linux and Darwin.
https://reviews.llvm.org/D29148
More information about the llvm-commits
mailing list