[PATCH] D78530: Add missing call to `Symbolizer::LateInitialize()` in UBSan's standalone init.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 21 18:57:23 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG564530e50ad4: Add missing call to `Symbolizer::LateInitialize()` in UBSan's standalone init. (authored by delcypher).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78530/new/
https://reviews.llvm.org/D78530
Files:
compiler-rt/lib/ubsan/ubsan_init.cpp
Index: compiler-rt/lib/ubsan/ubsan_init.cpp
===================================================================
--- compiler-rt/lib/ubsan/ubsan_init.cpp
+++ compiler-rt/lib/ubsan/ubsan_init.cpp
@@ -41,6 +41,7 @@
AndroidLogInit();
InitializeCoverage(common_flags()->coverage, common_flags()->coverage_dir);
CommonInit();
+ Symbolizer::LateInitialize();
}
void __ubsan::InitAsStandalone() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78530.259145.patch
Type: text/x-patch
Size: 403 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200422/893dfdd5/attachment.bin>
More information about the llvm-commits
mailing list