[PATCH] D27400: [sanitizer] Add a 'print_module_map' flag which prints modules with UUIDs on Darwin

Kuba (Brecka) Mracek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 17:23:55 PST 2017


kubabrecka added a comment.

In https://reviews.llvm.org/D27400#641390, @cryptoad wrote:

> FYI, produces the following warning when compiled with gcc with some stricter options:
>
>   [...]/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h: In function ‘const char* __sanitizer::ModuleArchToString(__sanitizer::ModuleArch)’:
>   [...]/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_common.h:693:1: warning: control reaches end of non-void function [-Wreturn-type]
>    }
>


Should get fixed with r291639.


Repository:
  rL LLVM

https://reviews.llvm.org/D27400





More information about the llvm-commits mailing list