[PATCH] D52149: add support functions for hard/soft float multilib distinction

Frank Schaefer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 16 08:41:38 PDT 2018


kelledin created this revision.
Herald added a reviewer: javed.absar.
Herald added subscribers: llvm-commits, kristina, dexonsmith, fedor.sergeev, kristof.beyls.
Herald added a reviewer: javed.absar.

Current clang does not understand about hard-float/soft-float multilib for 32-bit ARM (armhf/armel in Debian parlance).  Changes are pending for clang, but they will depend on these functions.


Repository:
  rL LLVM

https://reviews.llvm.org/D52149

Files:
  include/llvm/ADT/Triple.h
  lib/Support/Triple.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52149.165681.patch
Type: text/x-patch
Size: 4494 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180916/4deff260/attachment.bin>


More information about the llvm-commits mailing list