[K/N] Use gradle-level conditional compilation for core symbolication

This commit is contained in:
Pavel Kunyavskiy
2021-09-28 11:47:13 +03:00
committed by Space
parent 9f2035c43d
commit e15cfe8f70
3 changed files with 15 additions and 22 deletions
@@ -5,7 +5,6 @@
#include "SourceInfo.h"
#ifdef KONAN_CORE_SYMBOLICATION
#include <KAssert.h>
#include <cstdint>
#include <dlfcn.h>
@@ -196,5 +195,4 @@ extern "C" int Kotlin_getSourceInfo_core_symbolication(void* addr, SourceInfo *r
SYM_LOG("}\n");
result_buffer[0] = result;
return 1;
}
#endif // KONAN_CORE_SYMBOLICATION
}