[PATCH] D30413: ARM: Set default CPU for OpenBSD/arm to Cortex-A8

Brad Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 27 09:21:53 PST 2017


brad created this revision.
Herald added subscribers: rengolin, aemerson.

Set default CPU for OpenBSD/arm to Cortex-A8


Repository:
  rL LLVM

https://reviews.llvm.org/D30413

Files:
  lib/Support/Triple.cpp


Index: lib/Support/Triple.cpp
===================================================================
--- lib/Support/Triple.cpp
+++ lib/Support/Triple.cpp
@@ -1515,6 +1515,7 @@
       return "strongarm";
     }
   case llvm::Triple::NaCl:
+  case llvm::Triple::OpenBSD:
     return "cortex-a8";
   default:
     switch (getEnvironment()) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30413.89895.patch
Type: text/x-patch
Size: 337 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170227/82def587/attachment.bin>


More information about the llvm-commits mailing list