[libc-commits] [libc] 91c10f5 - Use proper dependency name for libc.include.stdio

Alex Brachet via libc-commits libc-commits at lists.llvm.org
Fri Apr 17 02:10:31 PDT 2020


Author: Alex Brachet
Date: 2020-04-17T05:10:22-04:00
New Revision: 91c10f50f38d4897146c3490d9881c7e39d0d2a5

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

LOG: Use proper dependency name for libc.include.stdio

Added: 
    

Modified: 
    libc/include/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/libc/include/CMakeLists.txt b/libc/include/CMakeLists.txt
index ae2f2ffad5ff..6cd192c1a52e 100644
--- a/libc/include/CMakeLists.txt
+++ b/libc/include/CMakeLists.txt
@@ -80,7 +80,7 @@ add_gen_header(
   DEF_FILE stdio.h.def
   GEN_HDR stdio.h
   DEPENDS
-    llvm_libc_common_h
+    .llvm_libc_common_h
 )
 
 add_gen_header(


        


More information about the libc-commits mailing list