[PATCH] D73425: [PPC] Fix platform definitions when compiling FreeBSD powerpc64 as LE

Brandon Bergren via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 26 13:45:06 PDT 2020


Bdragon28 added inline comments.


================
Comment at: clang/lib/Basic/Targets.cpp:361-362
       return new LinuxTargetInfo<PPC64TargetInfo>(Triple, Opts);
+    case llvm::Triple::FreeBSD:
+      return new FreeBSDTargetInfo<PPC64TargetInfo>(Triple, Opts);
     case llvm::Triple::NetBSD:
----------------
emaste wrote:
> List was previously in alpha order
Yes. However, I am following the ordering of the ppc64 and powerpc triples.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73425/new/

https://reviews.llvm.org/D73425



More information about the cfe-commits mailing list