diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2017-11-25 14:12:33 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2017-11-25 14:12:33 +0000 |
commit | 67e60434c30e9a53cf8c994a4c97a689732cfc8f (patch) | |
tree | 81ae3cf7fbac9642825b59dd2cd57f408949270a /openmp | |
parent | 198720d38e5b09c1b06f9c379b830d279b0767b3 (diff) | |
download | bcm5719-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-x | openmp/offload/doc/doxygen/config | 2 | ||||
-rw-r--r-- | openmp/runtime/doc/doxygen/config | 2 |
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
|