e293185ec8
* Added support for AArch64, ARM’s 64-bit architecture. * LLVM now has a new SLP vectorizer. * LLVM and clang now support IBM’s z/Architecture. * The R600 backend was added in this release, it supports AMD GPUs (HD2XXX - HD7XXX). * See http://llvm.org/releases/3.3/docs/ReleaseNotes.html for complete changelog. - Drop upstream patches: * pr13303.patch * pr14795.patch * pr14831.patch * python-ulimit.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=208
12 lines
319 B
Diff
12 lines
319 B
Diff
--- a/tools/clang/lib/Driver/ToolChains.cpp (revision 178453)
|
|
+++ b/tools/clang/lib/Driver/ToolChains.cpp (working copy)
|
|
@@ -1878,7 +1878,7 @@
|
|
}
|
|
|
|
static bool IsOpenSuse(enum Distro Distro) {
|
|
- return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_2;
|
|
+ return true;
|
|
}
|
|
|
|
static bool IsDebian(enum Distro Distro) {
|