[PATCH] D39627: Fix vtable not receiving hidden visibility when using push(visibility)

Jake Ehrlich via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 28 15:15:18 PST 2017


jakehehrlich updated this revision to Diff 124646.
jakehehrlich added a comment.

When I changed the test to add "_cc1" I got rid of the temporary file. Well for some reason on windows we're still getting different output so we need the temporary file to debug things.


Repository:
  rL LLVM

https://reviews.llvm.org/D39627

Files:
  lib/CodeGen/CGDecl.cpp
  lib/CodeGen/CGVTT.cpp
  lib/CodeGen/CGVTables.cpp
  lib/CodeGen/CodeGenModule.cpp
  lib/CodeGen/CodeGenModule.h
  lib/CodeGen/ItaniumCXXABI.cpp
  test/CodeGen/push-hidden-visibility-subclass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39627.124646.patch
Type: text/x-patch
Size: 7535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171128/4c9dfdf4/attachment-0001.bin>


More information about the cfe-commits mailing list