sbc100 added inline comments.
Comment at: llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp:132
static const uint64_t kAsanCtorAndDtorPriority = 1;
+static const uint64_t kAsanEmscriptenCtorAndDtorPriority = 50;
static const char *const kAsanReportErrorTemplate = "__asan
This revision was automatically updated to reflect the committed changes.
Closed by commit rL368101: [WebAssembly] Lower ASan constructor priority on
Emscripten (authored by quantum, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D65684?vs=213720&id=213730#toc
Repository:
quantum updated this revision to Diff 213720.
quantum added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Add constructor priority test
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65684/new/
https://reviews.llv