e82beb38ed
* No changelog upstream - Remove lldb-underlink.patch, fixed upstream - Update to version 3.6.0 * See http://llvm.org/releases/3.6.0/docs/ReleaseNotes.html - Removed the following patches, fixed upstream: * arm-remove-xfails.diff * libcxx-libdir.patch * llvm-config-lib64.patch OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=400
15 lines
928 B
Diff
15 lines
928 B
Diff
Index: cfe-3.6.0.src/lib/Driver/ToolChains.cpp
|
|
===================================================================
|
|
--- cfe-3.6.0.src.orig/lib/Driver/ToolChains.cpp
|
|
+++ cfe-3.6.0.src/lib/Driver/ToolChains.cpp
|
|
@@ -1315,7 +1315,8 @@ bool Generic_GCC::GCCInstallationDetecto
|
|
static const char *const AArch64Triples[] = { "aarch64-none-linux-gnu",
|
|
"aarch64-linux-gnu",
|
|
"aarch64-linux-android",
|
|
- "aarch64-redhat-linux" };
|
|
+ "aarch64-redhat-linux",
|
|
+ "aarch64-suse-linux"};
|
|
static const char *const AArch64beLibDirs[] = { "/lib" };
|
|
static const char *const AArch64beTriples[] = { "aarch64_be-none-linux-gnu",
|
|
"aarch64_be-linux-gnu" };
|