mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
[libc][Obvious] Fix llvm_libc_ext.td.
This commit is contained in:
@@ -10,15 +10,6 @@ def LLVMLibcExt : StandardSpec<"llvm_libc_ext"> {
|
||||
RetValSpec<VoidType>,
|
||||
[ArgSpec<VoidPtr>, ArgSpec<SizeTType>]
|
||||
>,
|
||||
]
|
||||
>;
|
||||
|
||||
HeaderSpec String = HeaderSpec<
|
||||
"string.h",
|
||||
[], // Macros
|
||||
[], // Types
|
||||
[], // Enumerations
|
||||
[
|
||||
FunctionSpec<
|
||||
"bcmp",
|
||||
RetValSpec<IntType>,
|
||||
|
||||
Reference in New Issue
Block a user