[PATCH] D152741: [WPD] implement -funknown-vtable-visibility-filepaths

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 17:26:21 PDT 2023


modimo updated this revision to Diff 534134.
modimo added a comment.

Feedback, add documentation for flag and unknown visibility.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152741

Files:
  clang/docs/LTOVisibility.rst
  clang/include/clang/Basic/CodeGenOptions.h
  clang/include/clang/Basic/DiagnosticDriverKinds.td
  clang/include/clang/Driver/Options.td
  clang/lib/CodeGen/CGVTables.cpp
  clang/lib/CodeGen/CodeGenAction.cpp
  clang/lib/CodeGen/CodeGenModule.h
  clang/lib/Driver/ToolChains/Clang.cpp
  clang/lib/Frontend/CompilerInvocation.cpp
  clang/test/CodeGenCXX/type-metadata-unknown-vtable-visibility-filepath.cpp
  clang/test/Driver/funknown-vtable-visibility-filepath.c
  llvm/include/llvm/IR/GlobalObject.h
  llvm/lib/IR/Metadata.cpp
  llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  llvm/test/ThinLTO/X86/devirt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152741.534134.patch
Type: text/x-patch
Size: 19564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230624/6da82658/attachment.bin>


More information about the llvm-commits mailing list