[llvm-bugs] [Bug 26145] New: OpenMP runtime fails to build with -Wdate-time in release builds
via llvm-bugs
llvm-bugs at lists.llvm.org
Thu Jan 14 10:36:21 PST 2016
https://llvm.org/bugs/show_bug.cgi?id=26145
Bug ID: 26145
Summary: OpenMP runtime fails to build with -Wdate-time in
release builds
Product: OpenMP
Version: unspecified
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Runtime Library
Assignee: unassignedbugs at nondot.org
Reporter: hans at chromium.org
CC: jpeyton52 at gmail.com, llvm-bugs at lists.llvm.org
Blocks: 26059
Classification: Unclassified
When trying a 3.8 release build (test-release.sh -svn-path branches/release_38
-triple x86_64-apple-darwin14.4.0), I get:
/work/release-test/branches_release_38/llvm.src/projects/openmp/runtime/src/kmp_version.c:108:79:
error: expansion of date or time macro is not reproducible
[-Werror,-Wdate-time]
char const __kmp_version_build_time[] = KMP_VERSION_PREFIX "build time: "
__DATE__ " " __TIME__;
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160114/c624a47b/attachment.html>
More information about the llvm-bugs
mailing list