Enable caches for linux_x64

This commit is contained in:
Sergey Bogolepov
2020-12-11 15:41:14 +07:00
committed by Stanislav Erokhin
parent 54f70a68a2
commit 3068c230f9
2 changed files with 8 additions and 6 deletions
@@ -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);
}