[PATCH] D93377: [Clang] Add __ibm128 type to represent ppc_fp128

Argyrios Kyrtzidis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Apr 23 08:56:28 PDT 2021


akyrtzi added inline comments.


================
Comment at: clang/lib/Index/USRGeneration.cpp:708
           c = 'd'; break;
+        case BuiltinType::Ibm128: // FIXME: Need separate tag
         case BuiltinType::LongDouble:
----------------
rjmccall wrote:
> @akyrtzi @benlangmuir We can just add new USR codes for new types, right?
Yes, it would be good to do that.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D93377



More information about the cfe-commits mailing list