[libc][Obvious] Fix llvm_libc_ext.td.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 19 Aug 2021 18:41:18 +0000 (18:41 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Thu, 19 Aug 2021 18:54:43 +0000 (18:54 +0000)
libc/spec/llvm_libc_ext.td

index cffeb2e..d4a133a 100644 (file)
@@ -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>,