Commit 3d8fb18
authored
Fix typeinfo for undefined sanitizer
This happened to me when I compiled my code on x86_64 linux (ubuntu 24.04) with clang-18 and everything except glibc built from source (llvm 19, llvm source)
I found this solution and luckily it works!
emscripten-core/emscripten#13367
emscripten-core/emscripten#13330
I saw that issue is abandoned, so I decided to try to push it in upstream1 parent 815343e commit 3d8fb18
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| |||
0 commit comments