projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb0007a
)
GC TIME_WITH_SYS_TIME and TM_IN_SYS_TIME
author
Joerg Sonnenberger
<joerg@bec.de>
Fri, 30 Sep 2016 19:59:58 +0000
(19:59 +0000)
committer
Joerg Sonnenberger
<joerg@bec.de>
Fri, 30 Sep 2016 19:59:58 +0000
(19:59 +0000)
llvm-svn: 282917
llvm/include/llvm/Config/config.h.cmake
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Config/config.h.cmake
b/llvm/include/llvm/Config/config.h.cmake
index b9c2ccb47f3bc5eefbe1e1f8336d8a3652f3d4b0..bac98dd8d515c380f4b03dec3ab45283f0756999 100644
(file)
--- 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 <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