[PATCH] D152741: [WPD] implement -fskip-vtable-filepaths
Di Mo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 10:33:02 PDT 2023
modimo updated this revision to Diff 533326.
modimo added a comment.
Address feedback. Allow empty string to unset the flag
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152741/new/
https://reviews.llvm.org/D152741
Files:
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CGVTables.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-filepaths.cpp
clang/test/Driver/funknown-vtable-visibility-filepaths.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.533326.patch
Type: text/x-patch
Size: 17040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230621/e7d25d43/attachment.bin>
More information about the llvm-commits
mailing list