[PATCH] D143760: [Codeview] Fix incorrect size determination for Fortran complex types.

Steve Merritt via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 16 05:44:12 PST 2023


smerritt added a comment.

The MS compiler does not directly support the complex or _Complex keywords.  Instead, MS decided to implement complex number support using structure types so cl emits a structure type in the debug info rather than using one of the Codeview complex basic types.  On Windows, clang seems to follow cl here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143760



More information about the llvm-commits mailing list