[PATCH] D72829: Implement -fsemantic-interposition
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 13:52:16 PST 2020
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: clang/lib/CodeGen/CodeGenModule.cpp:488
+ if (Context.getLangOpts().SemanticInterposition &&
+ (Context.getLangOpts().PICLevel && !Context.getLangOpts().PIE))
+ // Require various optimization to respect semantic interposition.
----------------
The parentheses can be deleted.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72829/new/
https://reviews.llvm.org/D72829
More information about the llvm-commits
mailing list