summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff')
-rw-r--r--contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff b/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff
deleted file mode 100644
index de3e764..0000000
--- a/contrib/llvm/patches/patch-06-clang-arm-target-cpu.diff
+++ /dev/null
@@ -1,20 +0,0 @@
-Pull in r217454 from upstream llvm trunk (by Ed Maste):
-
- Use armv6k default for FreeBSD/ARM
-
- Patch by Andrew Turner.
-
-Introduced here: http://svnweb.freebsd.org/changeset/base/269387
-
-Index: lib/Support/Triple.cpp
-===================================================================
---- lib/Support/Triple.cpp
-+++ lib/Support/Triple.cpp
-@@ -963,6 +963,7 @@ const char *Triple::getARMCPUForArch(StringRef MAr
- MArch = getArchName();
-
- switch (getOS()) {
-+ case llvm::Triple::FreeBSD:
- case llvm::Triple::NetBSD:
- if (MArch == "armv6")
- return "arm1176jzf-s";
OpenPOWER on IntegriCloud