[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:
Sergey Bogolepov
2021-07-22 14:36:05 +07:00
committed by Space
parent bce1075fc4
commit ed44497a9b
@@ -129,6 +129,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"tanh", "tanh",
"tanhf", "tanhf",
"vsnprintf", "vsnprintf",
"bcmp",
"dispatch_once", "dispatch_once",
"\x01_pthread_cond_init", "\x01_pthread_cond_init",
@@ -246,6 +247,7 @@ extern "C" const char* Kotlin_callsCheckerGoodFunctionNames[] = {
"llvm.va_start", "llvm.va_start",
"llvm.x86.avx2.*", "llvm.x86.avx2.*",
"llvm.x86.ssse3.*", "llvm.x86.ssse3.*",
"llvm.uadd.sat.*",
"SetConsoleOutputCP", "SetConsoleOutputCP",
"SetConsoleCP", "SetConsoleCP",