From: Joerg Sonnenberger Date: Fri, 30 Sep 2016 19:59:58 +0000 (+0000) Subject: GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME X-Git-Tag: llvmorg-4.0.0-rc1~8443 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=104ce0e4a65a7fde319ec7630c94252bd8289ce2;p=platform%2Fupstream%2Fllvm.git GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME llvm-svn: 282917 --- diff --git a/llvm/include/llvm/Config/config.h.cmake b/llvm/include/llvm/Config/config.h.cmake index b9c2ccb4..bac98dd 100644 --- a/llvm/include/llvm/Config/config.h.cmake +++ b/llvm/include/llvm/Config/config.h.cmake @@ -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 and . */ -#undef TIME_WITH_SYS_TIME - -/* Define to 1 if your declares `struct tm'. */ -#undef TM_IN_SYS_TIME - /* Define to `int' if does not define. */ #undef pid_t