[PATCH] D28596: [compiler-rt] General definition for weak functions.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 27 12:26:16 PST 2017
mpividori updated this revision to Diff 86093.
mpividori added a comment.
In this diff I modify the name of exported weak symbols, so I need to temporarily disable a win test which check the interfaces. I will fix that test in a different diff, after all the refactoring to windows sanitizer.
https://reviews.llvm.org/D28596
Files:
lib/asan/asan_allocator.cc
lib/asan/asan_flags.cc
lib/asan/asan_report.cc
lib/asan/asan_suppressions.cc
lib/asan/asan_win.cc
lib/asan/asan_win_dll_thunk.cc
lib/sanitizer_common/sancov_flags.cc
lib/sanitizer_common/sanitizer_common.cc
lib/sanitizer_common/sanitizer_coverage_libcdep.cc
lib/sanitizer_common/sanitizer_coverage_libcdep_new.cc
lib/sanitizer_common/sanitizer_internal_defs.h
lib/sanitizer_common/sanitizer_printf.cc
lib/sanitizer_common/sanitizer_win.cc
lib/sanitizer_common/sanitizer_win_defs.h
lib/ubsan/ubsan_flags.cc
test/asan/TestCases/Windows/dll_host.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28596.86093.patch
Type: text/x-patch
Size: 18182 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170127/ce0d050d/attachment.bin>
More information about the llvm-commits
mailing list