SHA256
1
0
forked from pool/llvm

- Add libc++/libc++abi support clang (only on x86_64)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=369
This commit is contained in:
Ismail Dönmez
2014-09-05 18:13:29 +00:00
committed by Git OBS Bridge
parent a4dd9949df
commit 6fd647e4ce
2 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,6 @@
Fri Sep 5 16:09:45 UTC 2014 - idonmez@suse.com
- Use ninja for building
- Remove libstdc++-devel from requires, clang now ships libc++
-------------------------------------------------------------------
Thu Sep 4 12:26:10 UTC 2014 - idonmez@suse.com
@@ -10,7 +9,7 @@ Thu Sep 4 12:26:10 UTC 2014 - idonmez@suse.com
- Update to llvm 3.5.0
* Major update, see http://llvm.org/releases/3.5.0/docs/ReleaseNotes.html
- Use upstream pristine tarballs
- Add libc++/libc++abi support clang
- Add libc++/libc++abi support clang (only on x86_64)
- Add libcxxabi-exceptions.patch to fix libcxxabi exception handling
- Remove asan-disable-hugemalloctest.patch and
cmake-patchversion.patch, fixed upstream.