Skip to content

Commit 4ee92ef

Browse files
Merge pull request #1104 from danliew-apple/cherry-pick-62083617
Add missing call to `Symbolizer::LateInitialize()` in UBSan's standalone init.
2 parents c94d846 + b574910 commit 4ee92ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: compiler-rt/lib/ubsan/ubsan_init.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ static void CommonStandaloneInit() {
4141
AndroidLogInit();
4242
InitializeCoverage(common_flags()->coverage, common_flags()->coverage_dir);
4343
CommonInit();
44+
Symbolizer::LateInitialize();
4445
}
4546

4647
void __ubsan::InitAsStandalone() {

0 commit comments

Comments
 (0)