SHA256
1
0
forked from pool/llvm

- Add llvm-remove-werror-date-time.patch to remove -Werror=date-time

for CXXFLAGS, gcc does not support it and it creeps into
  llvm-config --cflags

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=383
This commit is contained in:
Ismail Dönmez
2014-09-17 11:04:39 +00:00
committed by Git OBS Bridge
parent 2ae9b25863
commit 0a1f64904d
3 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Sep 17 11:01:31 UTC 2014 - idonmez@suse.com
- Add llvm-remove-werror-date-time.patch to remove -Werror=date-time
for CXXFLAGS, gcc does not support it and it creeps into
llvm-config --cflags
-------------------------------------------------------------------
Wed Sep 17 10:53:20 UTC 2014 - idonmez@suse.com