[PATCH] D64276: [ItaniumMangle] Replace useFloat128ManglingForLongDouble() with getManglingForLongDouble() and getManglingForFloat128()

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 7 09:19:46 PDT 2019


MaskRay updated this revision to Diff 208294.
MaskRay edited the summary of this revision.
MaskRay removed a subscriber: wuzish.
MaskRay added a comment.

"U10__float128" -> "u9__ieee128"

This is the new mangled type in gcc>8.1


Repository:
  rC Clang

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

https://reviews.llvm.org/D64276

Files:
  include/clang/Basic/TargetInfo.h
  lib/AST/ItaniumMangle.cpp
  lib/Basic/Targets/PPC.h
  lib/Basic/Targets/SystemZ.h
  lib/Basic/Targets/X86.h
  test/CodeGenCXX/float128-declarations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64276.208294.patch
Type: text/x-patch
Size: 6385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190707/545ba8ce/attachment.bin>


More information about the cfe-commits mailing list