summaryrefslogtreecommitdiffstats
path: root/openmp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2017-11-25 14:12:33 +0000
committerSylvestre Ledru <sylvestre@debian.org>2017-11-25 14:12:33 +0000
commit67e60434c30e9a53cf8c994a4c97a689732cfc8f (patch)
tree81ae3cf7fbac9642825b59dd2cd57f408949270a /openmp
parent198720d38e5b09c1b06f9c379b830d279b0767b3 (diff)
downloadbcm5719-llvm-67e60434c30e9a53cf8c994a4c97a689732cfc8f.tar.gz
bcm5719-llvm-67e60434c30e9a53cf8c994a4c97a689732cfc8f.zip
doxygen: disable the html timestamp: this is breaking the reproducible build of openmp
llvm-svn: 318978
Diffstat (limited to 'openmp')
-rwxr-xr-xopenmp/offload/doc/doxygen/config2
-rw-r--r--openmp/runtime/doc/doxygen/config2
2 files changed, 2 insertions, 2 deletions
diff --git a/openmp/offload/doc/doxygen/config b/openmp/offload/doc/doxygen/config
index d45b69678e2..275258f7652 100755
--- a/openmp/offload/doc/doxygen/config
+++ b/openmp/offload/doc/doxygen/config
@@ -1141,7 +1141,7 @@ HTML_COLORSTYLE_GAMMA = 80
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
diff --git a/openmp/runtime/doc/doxygen/config b/openmp/runtime/doc/doxygen/config
index e02fdbd4725..cd1eca2f288 100644
--- a/openmp/runtime/doc/doxygen/config
+++ b/openmp/runtime/doc/doxygen/config
@@ -969,7 +969,7 @@ HTML_COLORSTYLE_GAMMA = 80
# page will contain the date and time when the page was generated. Setting
# this to NO can help when comparing the output of multiple runs.
-HTML_TIMESTAMP = YES
+HTML_TIMESTAMP = NO
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
# documentation will contain sections that can be hidden and shown after the
OpenPOWER on IntegriCloud