[libc-commits] [libc] aeee014 - [libc][Obvious] Fix llvm_libc_ext.td.

Siva Chandra Reddy via libc-commits libc-commits at lists.llvm.org
Thu Aug 19 11:55:14 PDT 2021


Author: Siva Chandra Reddy
Date: 2021-08-19T18:54:43Z
New Revision: aeee014428ac5d4e639815541dbff5e298245064

URL: https://github.com/llvm/llvm-project/commit/aeee014428ac5d4e639815541dbff5e298245064
DIFF: https://github.com/llvm/llvm-project/commit/aeee014428ac5d4e639815541dbff5e298245064.diff

LOG: [libc][Obvious] Fix llvm_libc_ext.td.

Added: 
    

Modified: 
    libc/spec/llvm_libc_ext.td

Removed: 
    


################################################################################
diff  --git a/libc/spec/llvm_libc_ext.td b/libc/spec/llvm_libc_ext.td
index cffeb2e4bf37..d4a133a5c557 100644
--- a/libc/spec/llvm_libc_ext.td
+++ b/libc/spec/llvm_libc_ext.td
@@ -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>,


        


More information about the libc-commits mailing list