Enable caches for linux_x64
This commit is contained in:
committed by
Stanislav Erokhin
parent
54f70a68a2
commit
3068c230f9
@@ -31,7 +31,7 @@ RUNTIME_USED RUNTIME_WEAK extern "C" char* Konan_cxa_demangle(
|
||||
}
|
||||
|
||||
namespace std {
|
||||
void __throw_length_error(const char* __s __attribute__((unused))) {
|
||||
RUNTIME_WEAK void __throw_length_error(const char* __s __attribute__((unused))) {
|
||||
RuntimeAssert(false, __s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user