[PATCH] D60533: [asan_symbolize] Teach `asan_symbolize.py` to symbolicate partially symbolicated ASan reports.

Eugene Zelenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 10 13:46:23 PDT 2019


Eugene.Zelenko added inline comments.


================
Comment at: test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc:30
+
+#include <assert.h>
+#include <stdlib.h>
----------------
Asserts are not used.


================
Comment at: test/asan/TestCases/Darwin/asan-symbolize-partial-report-with-module-map.cc:31
+#include <assert.h>
+#include <stdlib.h>
+
----------------
Please use cstdlib for C++ code.


Repository:
  rCRT Compiler Runtime

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60533/new/

https://reviews.llvm.org/D60533





More information about the llvm-commits mailing list