[PATCH] D72829: Implement -fsemantic-interposition
serge via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 13:24:35 PST 2020
serge-sans-paille updated this revision to Diff 239996.
serge-sans-paille added a comment.
Take into account pie/pic interaction with semantic-interposition
More test case
Remove premature release note entry
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72829/new/
https://reviews.llvm.org/D72829
Files:
clang/docs/ClangCommandLineReference.rst
clang/include/clang/Basic/LangOptions.def
clang/include/clang/Driver/Options.td
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Frontend/CompilerInvocation.cpp
clang/test/CodeGen/semantic-interposition.c
clang/test/Driver/clang_f_opts.c
llvm/include/llvm/IR/GlobalValue.h
llvm/include/llvm/IR/Module.h
llvm/lib/IR/Globals.cpp
llvm/lib/IR/Module.cpp
llvm/lib/IR/Verifier.cpp
llvm/test/Transforms/Inline/inline-semantic-interposition.ll
llvm/test/Verifier/module-flags-semantic-interposition.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72829.239996.patch
Type: text/x-patch
Size: 10970 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200123/c88a48c8/attachment.bin>
More information about the llvm-commits
mailing list