We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ae09e commit 9272adaCopy full SHA for 9272ada
system/lib/compiler-rt/lib/sanitizer_common/sanitizer_linux.cpp
@@ -1250,6 +1250,10 @@ uptr GetPageSize() {
1250
}
1251
# endif // !SANITIZER_ANDROID
1252
1253
+# if SANITIZER_EMSCRIPTEN
1254
+extern "C" uptr emscripten_get_module_name(char *buf, uptr buf_len);
1255
+# endif
1256
+
1257
uptr ReadBinaryName(/*out*/ char *buf, uptr buf_len) {
1258
# if SANITIZER_SOLARIS
1259
const char *default_module_name = getexecname();
0 commit comments