[llvm] r282917 - GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 30 12:59:59 PDT 2016


Author: joerg
Date: Fri Sep 30 14:59:58 2016
New Revision: 282917

URL: http://llvm.org/viewvc/llvm-project?rev=282917&view=rev
Log:
GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME

Modified:
    llvm/trunk/include/llvm/Config/config.h.cmake

Modified: llvm/trunk/include/llvm/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Config/config.h.cmake?rev=282917&r1=282916&r2=282917&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Config/config.h.cmake (original)
+++ llvm/trunk/include/llvm/Config/config.h.cmake Fri Sep 30 14:59:58 2016
@@ -487,12 +487,6 @@
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
-#undef TIME_WITH_SYS_TIME
-
-/* Define to 1 if your <sys/time.h> declares `struct tm'. */
-#undef TM_IN_SYS_TIME
-
 /* Define to `int' if <sys/types.h> does not define. */
 #undef pid_t
 




More information about the llvm-commits mailing list