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

Ed Maste via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 25 18:12:16 PDT 2020


emaste 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:
----------------
List was previously in alpha order


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