[PATCH] D46454: [sanitizer] Trivial portion of the port to Myriad RTEMS
Walter Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 17:54:44 PDT 2018
waltl marked 4 inline comments as done.
waltl added inline comments.
================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_stacktrace_printer.cc:20
// sanitizer_symbolizer_fuchsia.cc implements these differently for Fuchsia.
+#if !SANITIZER_FUCHSIA && !SANITIZER_RTEMS
----------------
alekseyshl wrote:
> The comment should mention RTEMS too.
I updated the comment to reflect the changes in r332157.
Repository:
rL LLVM
https://reviews.llvm.org/D46454
More information about the llvm-commits
mailing list