mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-24 13:18:17 +00:00
Add a few more functions to TargetLibraryInfo. More of rdar://10500969.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -31,6 +31,9 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] =
|
||||
"atan",
|
||||
"atanl",
|
||||
"atanf",
|
||||
"atan2",
|
||||
"atan2l",
|
||||
"atan2f",
|
||||
"ceil",
|
||||
"ceill",
|
||||
"ceilf",
|
||||
@@ -56,6 +59,9 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] =
|
||||
"floorl",
|
||||
"floorf",
|
||||
"fiprintf",
|
||||
"fmod",
|
||||
"fmodl",
|
||||
"fmodf",
|
||||
"fputs",
|
||||
"fwrite",
|
||||
"iprintf",
|
||||
@@ -79,9 +85,18 @@ const char* TargetLibraryInfo::StandardNames[LibFunc::NumLibFuncs] =
|
||||
"powf",
|
||||
"powl",
|
||||
"siprintf",
|
||||
"sin",
|
||||
"sinl",
|
||||
"sinf",
|
||||
"sqrt",
|
||||
"sqrtl",
|
||||
"sqrtf"
|
||||
"sqrtf",
|
||||
"tan",
|
||||
"tanl",
|
||||
"tanf",
|
||||
"tanh",
|
||||
"tanhl",
|
||||
"tanhf"
|
||||
};
|
||||
|
||||
/// initialize - Initialize the set of available library functions based on the
|
||||
|
||||
Reference in New Issue
Block a user