[PATCH] D28525: [compiler-rt] Use macros to simplify weak alias for Windows and add some documentation.

Marcos Pividori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 11 13:58:48 PST 2017


mpividori removed rL LLVM as the repository for this revision.
mpividori updated this revision to Diff 84020.
mpividori added a comment.

Hi, I updated the diff to use the macro `STRINGIFY()` instead of directly `#` , so we ensure we expand the parameters before stringifying.


https://reviews.llvm.org/D28525

Files:
  lib/asan/asan_globals_win.h
  lib/asan/asan_win.cc
  lib/asan/asan_win_dll_thunk.cc
  lib/asan/asan_win_dynamic_runtime_thunk.cc
  lib/sanitizer_common/sanitizer_win.cc
  lib/sanitizer_common/sanitizer_win_defs.h
  lib/ubsan/ubsan_flags.cc

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D28525.84020.patch
Type: text/x-patch
Size: 10595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170111/99eca5f0/attachment.bin>


More information about the llvm-commits mailing list