[K/N] Prepare CallsChecker for LLVM 11.1.0
LLVM 11.1.0 adds a bit more "good" external functions and intrinsics.
This commit is contained in:
@@ -129,6 +129,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
|
||||
"tanh",
|
||||
"tanhf",
|
||||
"vsnprintf",
|
||||
"bcmp",
|
||||
|
||||
"dispatch_once",
|
||||
"\x01_pthread_cond_init",
|
||||
@@ -246,6 +247,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
|
||||
"llvm.va_start",
|
||||
"llvm.x86.avx2.*",
|
||||
"llvm.x86.ssse3.*",
|
||||
"llvm.uadd.sat.*",
|
||||
|
||||
"SetConsoleOutputCP",
|
||||
"SetConsoleCP",
|
||||
|
||||
Reference in New Issue
Block a user