mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
More additions
llvm-svn: 9834
This commit is contained in:
parent
4ec3ead256
commit
b63e179816
@ -66,9 +66,8 @@ static const char * const KnownExternalFunctions[] = {
|
||||
"ioctl",
|
||||
|
||||
// Low-level stdc library functions
|
||||
"abort",
|
||||
"getenv",
|
||||
"putenv",
|
||||
"abort", "exit",
|
||||
"getenv", "putenv",
|
||||
|
||||
// Standard IO functions
|
||||
"printf",
|
||||
@ -115,6 +114,7 @@ static const char * const KnownExternalFunctions[] = {
|
||||
"strncpy",
|
||||
"strncmp",
|
||||
"strcmp",
|
||||
"strtok",
|
||||
"__strcoll_l",
|
||||
"__strxfrm_l",
|
||||
"__strftime_l",
|
||||
@ -125,6 +125,7 @@ static const char * const KnownExternalFunctions[] = {
|
||||
"__strtof_l",
|
||||
"__strtod_l",
|
||||
"__strtold_l",
|
||||
"isalpha",
|
||||
|
||||
// Math functions
|
||||
"exp", "sqrt", "cbrt", "hypot",
|
||||
|
Loading…
Reference in New Issue
Block a user