SHA256
1
0
forked from pool/llvm

Accepting request 127882 from home:llunak:branches:devel:tools:compiler

This adds few fixes, but mostly it updates the rewrite-includes patch. Sadly upstream has decided to rename the option name for whatever reason, so if unchanged 12.2 would be the only clang with the option named this way, causing further problems e.g. with icecream.

So it would be very nice to get this into 12.2. As it is an isolated feature, it should be low-risk.

OBS-URL: https://build.opensuse.org/request/show/127882
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=155
This commit is contained in:
Ismail Dönmez
2012-07-14 15:44:52 +00:00
committed by Git OBS Bridge
parent b08970fa49
commit 7c611aed7c
6 changed files with 407 additions and 577 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jul 13 21:03:40 UTC 2012 - llunak@suse.com
- change rewrite-includes patch to use options to match upstream
changed option names
-------------------------------------------------------------------
Fri Jul 13 10:14:15 UTC 2012 - llunak@suse.com
- fix debuginfo generation (PR#13303)
-------------------------------------------------------------------
Mon Jun 18 20:26:51 UTC 2012 - llunak@suse.com
- Do not reject PCH because of -DFOO duplication (PR#13141)
-------------------------------------------------------------------
Tue May 15 09:01:26 UTC 2012 - idonmez@suse.com